Fix typo in GZipFile.h spelling

pull/60/head
Tatsuhiro Tsujikawa 2013-03-16 20:40:39 +09:00
parent 4808715e66
commit 18ad88088d
1 changed files with 1 additions and 1 deletions

View File

@ -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