summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-10-20 14:11:30 -0400
committerBryce Harrington <bryce@bryceharrington.org>2019-01-31 17:37:15 -0800
commit6d93bddbd65a1a9723260f2b0406abae4dd63c7f (patch)
treea15fc178007793fb91aa9aaf0ff74c3a051c4d12 /perf
parentcb871c6c692af68d8e0bf9e26472af45435f8a2c (diff)
downloadcairo-6d93bddbd65a1a9723260f2b0406abae4dd63c7f.tar.gz
Misc. typos
Found via `codespell -i 3 -w -I ../cairo-word-whitelist.txt -L tim,ned,uint` Follow up of 12cb59be7da Reviewed-by: Bryce Harrington <bryce@bryceharrington.org>
Diffstat (limited to 'perf')
-rw-r--r--perf/cairo-perf-trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c
index 02e0e29f9..6483631f4 100644
--- a/perf/cairo-perf-trace.c
+++ b/perf/cairo-perf-trace.c
@@ -377,7 +377,7 @@ usage (const char *argv0)
" -i iterations; specify the number of iterations per test case\n"
" -l list only; just list selected test case names without executing\n"
" -r raw; display each time measurement instead of summary statistics\n"
-" -s sync; only sum the elapsed time of the indiviual operations\n"
+" -s sync; only sum the elapsed time of the individual operations\n"
" -t tile size; draw to tiled surfaces\n"
" -v verbose; in raw mode also show the summaries\n"
" -x exclude; specify a file to read a list of traces to exclude\n"