summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-15 10:09:00 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-15 10:09:00 +0000
commit2701001b2fda38ecd719009d6a2e5fcceba2883f (patch)
tree80c3b88363e0d9882eef6dd2df11506ae2353016 /win32
parent4d073d53773872633954dd1e57bd3a6f53545dfb (diff)
Fix a typo.
* win32/win32.c: wrok -> work git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 025c4a3726..699fc80467 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -7969,7 +7969,7 @@ w32_io_info(VALUE *file, w32_io_info_t *st)
CloseHandle(f);
return INVALID_HANDLE_VALUE;
}
- /* this API may not wrok at files on non Microsoft SMB
+ /* this API may not work at files on non Microsoft SMB
* server, fallback to old API then. */
if (GetFileInformationByHandle(f, &st->info.bhfi)) {
st->file_id_p = FALSE;