From 65c3f29a96de46b7a36bda16841d4e7d26f4845b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 1 Apr 2015 21:14:43 +0200 Subject: Typo: wheter->whether Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813 --- shell/inc/internal/zipfile.hxx | 2 +- shell/source/win32/zipfile/zipfile.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/inc/internal/zipfile.hxx b/shell/inc/internal/zipfile.hxx index a2e369c5f403..7ccd4bb65ec3 100644 --- a/shell/inc/internal/zipfile.hxx +++ b/shell/inc/internal/zipfile.hxx @@ -63,7 +63,7 @@ public: static bool IsZipFile(void *stream); - /** Returns wheter the version of the specified zip file may be uncompressed with the + /** Returns whether the version of the specified zip file may be uncompressed with the currently used zlib version or not @precond The given parameter must be a string with length > 0 diff --git a/shell/source/win32/zipfile/zipfile.cxx b/shell/source/win32/zipfile/zipfile.cxx index a7708dcfb391..9cebf36ead13 100644 --- a/shell/source/win32/zipfile/zipfile.cxx +++ b/shell/source/win32/zipfile/zipfile.cxx @@ -367,7 +367,7 @@ bool ZipFile::IsZipFile(void* /*stream*/) } -/** Returns wheter the version of the specified zip file may be uncompressed with the +/** Returns whether the version of the specified zip file may be uncompressed with the currently used zlib version or not @precond The given parameter must be a string with length > 0 -- cgit