Fix wrong ZipEntry example in header file
authordahyeong.kim <dahyeong.kim@samsung.com>
Thu, 30 May 2013 12:59:00 +0000 (21:59 +0900)
committerdahyeong.kim <dahyeong.kim@samsung.com>
Thu, 30 May 2013 12:59:00 +0000 (21:59 +0900)
Change-Id: Iccadbcadb66f6c67b7854746b4e4cc0b4051cad0
Signed-off-by: dahyeong.kim <dahyeong.kim@samsung.com>
inc/FBaseUtilZipEntry.h

index ea09645..bc871d2 100644 (file)
@@ -62,7 +62,7 @@ namespace Tizen { namespace Base { namespace Utility
  *             unsigned long size = 0;
  *             ZipEntry entry;
  *
- *             FileUnzip unzip;
+ *             FileUnzipper unzip;
  *             String dataPath = App::GetInstance()->GetAppDataPath();
  *             unzip.Construct(dataPath + L"sample.zip");
  *