Jelajahi Sumber

Fix typo in GZipFile.h spelling

Tatsuhiro Tsujikawa 12 tahun lalu
induk
melakukan
18ad88088d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/Makefile.am

+ 1 - 1
src/Makefile.am

@@ -326,7 +326,7 @@ endif # HAVE_OPENSSL
 if HAVE_ZLIB
 SRCS += GZipEncoder.cc GZipEncoder.h\
 	GZipDecodingStreamFilter.cc GZipDecodingStreamFilter.h\
-	GZipFile.cc GzipFile.h
+	GZipFile.cc GZipFile.h
 endif # HAVE_ZLIB
 
 if HAVE_SQLITE3