Imported Upstream version 1.02
[platform/upstream/libzio.git] / unlzw.c
diff --git a/unlzw.c b/unlzw.c
index 1741803..b9ce237 100644 (file)
--- a/unlzw.c
+++ b/unlzw.c
@@ -12,7 +12,7 @@
  * to be able to read during the main loop in unlzw() does its work. For this
  * nearly _all_ variables affected by the context switch are forward to this
  * structure, even the stack and the context type its self.
- * The oringal source was adopted from the gzip version 1.3.7.
+ * The original source was adopted from the gzip version 1.3.7.
  */
 
 #include <stdlib.h>