summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-04-01 21:14:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-04-01 21:14:43 +0200
commit65c3f29a96de46b7a36bda16841d4e7d26f4845b (patch)
tree4f345f7475b71571f3e0603725c9aaa6cb851ed0 /shell
parent3a54090f1ef4469cf824fcdb22c100c49d2ab7db (diff)
Typo: wheter->whether
Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/zipfile.hxx2
-rw-r--r--shell/source/win32/zipfile/zipfile.cxx2
2 files changed, 2 insertions, 2 deletions
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