summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-03-10 17:37:30 +0000
committerChris Wilson <chris+github@qwirx.com>2007-03-10 17:37:30 +0000
commitfc15dd1a4f59addd990c3f86f32b80b3376be8f7 (patch)
tree388e20fa0c769c05553dd04a62e492167e0fc143
parentbe2a8857bf807f347f3b6a1bf68ee672c0963963 (diff)
Typo fix (refs #3)
-rw-r--r--lib/win32/emu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/win32/emu.cpp b/lib/win32/emu.cpp
index a9390e90..c03e491a 100644
--- a/lib/win32/emu.cpp
+++ b/lib/win32/emu.cpp
@@ -701,7 +701,7 @@ int emu_fstat(HANDLE hdir, struct stat * st)
st->st_mode |= S_IWRITE;
}
- // st_dev is nroammly zero, regardless of the drive letter,
+ // st_dev is normally zero, regardless of the drive letter,
// since backup locations can't normally span drives. However,
// a reparse point does allow all kinds of weird stuff to happen.
// We set st_dev to 1 for a reparse point, so that Box will detect