diff options
author | Lajos Veres <vlajos@gmail.com> | 2015-01-28 21:57:13 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-01-28 21:57:13 -0500 |
commit | bb0f0a6a03c399930b4fd2eff79df26cdb4f8693 (patch) | |
tree | 6d667250b4c8b24da0c8f80a6ee7738ac4e600fb /win32/vdir.h | |
parent | 5c25e937d02c198f7678666fd740e85e8d1522b9 (diff) | |
download | perl-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.h | 4 |
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] = ':'; |