summaryrefslogtreecommitdiff
path: root/win32/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/file.c')
-rw-r--r--win32/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/file.c b/win32/file.c
index 78e7331188..897f16e9ef 100644
--- a/win32/file.c
+++ b/win32/file.c
@@ -413,7 +413,7 @@ rb_file_expand_path_internal(VALUE fname, VALUE dname, int abs_mode, int long_na
path_encoding = rb_filesystem_encoding();
cp = path_cp = system_code_page();
- /* ignores dir since we are expading home */
+ /* ignores dir since we are expanding home */
ignore_dir = 1;
/* exclude ~ from the result */