summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2011-05-02 20:58:28 +0200
committerAndrea Canciani <ranma42@gmail.com>2011-06-25 10:19:23 +0200
commit1a4e9f1e9189e9dcb69afff009a10d6eb3bd2bd4 (patch)
treebb218fe07920640b500655249899e038e22cef8b
parent6835421003d4ecf9d9ac32f0bc8db7395f6a5980 (diff)
Fix typos
Reported in http://lists.cairographics.org/archives/cairo/2011-May/021921.html
-rw-r--r--perf/cairo-perf-compare-backends.c2
-rw-r--r--perf/cairo-perf-diff-files.c2
-rw-r--r--src/cairo.h6
3 files changed, 5 insertions, 5 deletions
diff --git a/perf/cairo-perf-compare-backends.c b/perf/cairo-perf-compare-backends.c
index 6d8de26d..f4a425f0 100644
--- a/perf/cairo-perf-compare-backends.c
+++ b/perf/cairo-perf-compare-backends.c
@@ -300,7 +300,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"
diff --git a/perf/cairo-perf-diff-files.c b/perf/cairo-perf-diff-files.c
index 2551cd15..34311b04 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"
diff --git a/src/cairo.h b/src/cairo.h
index 1510971d..68716650 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -474,9 +474,9 @@ cairo_pop_group_to_source (cairo_t *cr);
* the source color.
* @CAIRO_OPERATOR_COLOR_BURN: darkens the destination color to reflect
* the source color.
- * @CAIRO_OPERATOR_HARD_LIGHT: Multiplies or screens, dependant on source
+ * @CAIRO_OPERATOR_HARD_LIGHT: Multiplies or screens, dependent on source
* color.
- * @CAIRO_OPERATOR_SOFT_LIGHT: Darkens or lightens, dependant on source
+ * @CAIRO_OPERATOR_SOFT_LIGHT: Darkens or lightens, dependent on source
* color.
* @CAIRO_OPERATOR_DIFFERENCE: Takes the difference of the source and
* destination color.
@@ -486,7 +486,7 @@ cairo_pop_group_to_source (cairo_t *cr);
* and the saturation and luminosity of the target.
* @CAIRO_OPERATOR_HSL_SATURATION: Creates a color with the saturation
* of the source and the hue and luminosity of the target. Painting with
- * this mode onto a gray area prduces no change.
+ * this mode onto a gray area produces no change.
* @CAIRO_OPERATOR_HSL_COLOR: Creates a color with the hue and saturation
* of the source and the luminosity of the target. This preserves the gray
* levels of the target and is useful for coloring monochrome images or