summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:42:54 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:42:54 +0100
commit66e5cbc55ab6923e651e1e3b32a7f26b5adaef90 (patch)
treec5000866762b2985895f9b0e4f309d22d1ba545e /hwpfilter
parentfe86d0ca5daeadd8bde74e27109bcb65402ce139 (diff)
Fix typo "sucessfully" -> "successfully"
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hgzip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hgzip.cxx b/hwpfilter/source/hgzip.cxx
index 575c61cc4844..6e06f3487906 100644
--- a/hwpfilter/source/hgzip.cxx
+++ b/hwpfilter/source/hgzip.cxx
@@ -104,7 +104,7 @@ gz_stream *gz_open(HStream & _stream)
/* ===========================================================================
Read a byte from a gz_stream; update next_in and avail_in. Return EOF
for end of file.
- IN assertion: the stream s has been sucessfully opened for reading.
+ IN assertion: the stream s has been successfully opened for reading.
*/
local int get_byte(gz_stream * s)
{