summaryrefslogtreecommitdiff
path: root/win32/vdir.h
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:57:13 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:57:13 -0500
commitbb0f0a6a03c399930b4fd2eff79df26cdb4f8693 (patch)
tree6d667250b4c8b24da0c8f80a6ee7738ac4e600fb /win32/vdir.h
parent5c25e937d02c198f7678666fd740e85e8d1522b9 (diff)
downloadperl-bb0f0a6a03c399930b4fd2eff79df26cdb4f8693.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'win32/vdir.h')
-rw-r--r--win32/vdir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/vdir.h b/win32/vdir.h
index a4186a1ad9..42c306b779 100644
--- a/win32/vdir.h
+++ b/win32/vdir.h
@@ -85,7 +85,7 @@ protected:
{
char *ptr = dirTableA[index];
if (!ptr) {
- /* simulate the existance of this drive */
+ /* simulate the existence of this drive */
ptr = szLocalBufferA;
ptr[0] = 'A' + index;
ptr[1] = ':';
@@ -98,7 +98,7 @@ protected:
{
WCHAR *ptr = dirTableW[index];
if (!ptr) {
- /* simulate the existance of this drive */
+ /* simulate the existence of this drive */
ptr = szLocalBufferW;
ptr[0] = 'A' + index;
ptr[1] = ':';