Merge "Fix wrong ZipEntry example in header file" into tizen_2.1
authorDahyeong Kim <dahyeong.kim@tizendev.org>
Fri, 31 May 2013 07:06:38 +0000 (16:06 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 31 May 2013 07:06:38 +0000 (16:06 +0900)
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");
  *