diff options
author | Nis Martensen <nis.martensen@web.de> | 2011-05-02 20:58:28 +0200 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2011-06-25 10:19:23 +0200 |
commit | 1a4e9f1e9189e9dcb69afff009a10d6eb3bd2bd4 (patch) | |
tree | bb218fe07920640b500655249899e038e22cef8b /perf/cairo-perf-diff-files.c | |
parent | 6835421003d4ecf9d9ac32f0bc8db7395f6a5980 (diff) | |
download | cairo-1a4e9f1e9189e9dcb69afff009a10d6eb3bd2bd4.tar.gz |
Fix typos
Reported in
http://lists.cairographics.org/archives/cairo/2011-May/021921.html
Diffstat (limited to 'perf/cairo-perf-diff-files.c')
-rw-r--r-- | perf/cairo-perf-diff-files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-diff-files.c b/perf/cairo-perf-diff-files.c index 2551cd15d..34311b044 100644 --- a/perf/cairo-perf-diff-files.c +++ b/perf/cairo-perf-diff-files.c @@ -398,7 +398,7 @@ usage (const char *argv0) "--no-bars Don't display change bars at all.\n\n" "\n" "--use-ms Use milliseconds to calculate differences.\n" - " (instead of ticks which are hardware dependant)\n" + " (instead of ticks which are hardware dependent)\n" "\n" "--min-change threshold[%%]\n" " Suppress all changes below the given threshold.\n" |