summarylogtreecommitdiffstats
path: root/ui_pyroscope.cc
diff options
context:
space:
mode:
authorxsmile2017-04-28 23:53:16 +0000
committerxsmile2017-04-28 23:53:16 +0000
commit5da0b50ee5e0497d988f0bc8db268b3c6206a205 (patch)
treebce767237592faeb0ced99e82b9c0465a600e259 /ui_pyroscope.cc
parentf5c0bd9fd68574b4fde920898ca16f8ee4514b7a (diff)
downloadaur-5da0b50ee5e0497d988f0bc8db268b3c6206a205.tar.gz
update
Diffstat (limited to 'ui_pyroscope.cc')
-rw-r--r--ui_pyroscope.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_pyroscope.cc b/ui_pyroscope.cc
index ad02772efba7..cce7b375a9ed 100644
--- a/ui_pyroscope.cc
+++ b/ui_pyroscope.cc
@@ -507,7 +507,7 @@ int render_columns(bool headers, rpc::target_type target,
canvas->print(column, pos, " %s", u8_chop(text, header_len).c_str());
}
- // Advance posiiton
+ // Advance position
column += header_len + 1;
total += header_len + 1;
}