summaryrefslogtreecommitdiffstats
path: root/libvirt_wrap.h
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-02-29 12:53:10 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-02-29 12:53:10 +0000
commitbc430178efc7ec9a767aa5db2aedfecc967b1767 (patch)
treec8bd1c14f60a925beab8ef5cb6022b0b5fb10730 /libvirt_wrap.h
parent774dc9bff1c113d150e3de12a1a14f3778da7e8b (diff)
downloadlibvirt-python-split-bc430178efc7ec9a767aa5db2aedfecc967b1767.tar.gz
libvirt-python-split-bc430178efc7ec9a767aa5db2aedfecc967b1767.tar.xz
libvirt-python-split-bc430178efc7ec9a767aa5db2aedfecc967b1767.zip
Many typos fixed (Atsushi SAKAI).v0.4.1
Diffstat (limited to 'libvirt_wrap.h')
-rw-r--r--libvirt_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt_wrap.h b/libvirt_wrap.h
index acf788f..3bb42ab 100644
--- a/libvirt_wrap.h
+++ b/libvirt_wrap.h
@@ -86,7 +86,7 @@ PyObject * libvirt_virStorageVolPtrWrap(virStorageVolPtr node);
* if (x) LIBVIRT_STMT_START { ... } LIBVIRT_STMT_END; else ...
*
* When GCC is compiling C code in non-ANSI mode, it will use the
- * compiler __extension__ to wrap the statements wihin `({' and '})' braces.
+ * compiler __extension__ to wrap the statements within `({' and '})' braces.
* When compiling on platforms where configure has defined
* HAVE_DOWHILE_MACROS, statements will be wrapped with `do' and `while (0)'.
* For any other platforms (SunOS4 is known to have this issue), wrap the