diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-01-07 02:08:15 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-01-07 02:08:15 -0500 |
commit | ded08256ef7fdc9e9468342cf5635c5e99d4d64d (patch) | |
tree | 2c312f3751aff87243f446068853042c05258f0f /src/cairo-win32-surface.c | |
parent | caa3c2e1e7901031488f5dae243a755a4e4daec9 (diff) |
Spell check the docs
Diffstat (limited to 'src/cairo-win32-surface.c')
-rw-r--r-- | src/cairo-win32-surface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-win32-surface.c b/src/cairo-win32-surface.c index 2c2a5fdf2..be7e70621 100644 --- a/src/cairo-win32-surface.c +++ b/src/cairo-win32-surface.c @@ -1712,7 +1712,7 @@ cairo_win32_surface_create (HDC hdc) * * Creates a device-independent-bitmap surface not associated with * any particular existing surface or device context. The created - * bitmap will be unititialized. + * bitmap will be uninitialized. * * Return value: the newly created surface * @@ -1734,7 +1734,7 @@ cairo_win32_surface_create_with_dib (cairo_format_t format, * * Creates a device-independent-bitmap surface not associated with * any particular existing surface or device context. The created - * bitmap will be unititialized. + * bitmap will be uninitialized. * * Return value: the newly created surface * |