summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-08 16:44:44 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-08 16:45:30 +0100
commit5f6fcb4e7c8c273ca4a0211bf1b6f99a20ef5feb (patch)
treef719a8e5e6f6ba3b301c7288a7fe05b27fa163da /hwpfilter
parentbb0cae0f967eed386b546dd7367c2cc1b274f555 (diff)
Typos
Change-Id: Ibc378fa5f515de61bb768b4ef082638b40c94e00
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/mzstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/mzstring.h b/hwpfilter/source/mzstring.h
index 8c6f59419b3f..4ac98ce0edd0 100644
--- a/hwpfilter/source/mzstring.h
+++ b/hwpfilter/source/mzstring.h
@@ -90,7 +90,7 @@ class MzString
const char* c_str() const;
operator char*() { return (char *)c_str(); }
-// If it is not posible to use the constructor with an initial
+// If it is not possible to use the constructor with an initial
// allocation size, use the following member to set the size.
bool resize(int len);