From 66e5cbc55ab6923e651e1e3b32a7f26b5adaef90 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 15:42:54 +0100 Subject: Fix typo "sucessfully" -> "successfully" Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e --- hwpfilter/source/hgzip.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter') 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) { -- cgit