[cairo] [PATCH pycairo] doc: Spelling fix loosing to losing
Bryce W. Harrington
b.harrington at samsung.com
Fri Aug 9 15:45:15 PDT 2013
Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
---
doc/reference/context.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/reference/context.rst b/doc/reference/context.rst
index 9e48113..ef312a8 100644
--- a/doc/reference/context.rst
+++ b/doc/reference/context.rst
@@ -42,7 +42,7 @@ you create a *Context*, set the target surface, and drawing options for the
:meth:`Context.fill`.
*Contexts* can be pushed to a stack via :meth:`Context.save`. They may then
-safely be changed, without loosing the current state. Use
+safely be changed, without losing the current state. Use
:meth:`Context.restore` to restore to the saved state.
.. class:: Context(target)
--
1.7.9.5
More information about the cairo
mailing list