diff options
author | smatz <smatz@openttd.org> | 2010-04-12 14:12:47 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2010-04-12 14:12:47 +0000 |
commit | 0ef33548c20ae9cf73a6e9e850b17137b1453dd3 (patch) | |
tree | 90774f16ecabdadb1786b8e79cf2fa7c0ddedb8f /src/os/windows | |
parent | 24a60b77ece2fabd866d0a6f4e3ecda3f2d52ea2 (diff) | |
download | openttd-0ef33548c20ae9cf73a6e9e850b17137b1453dd3.tar.xz |
(svn r19614) -Codechange: "it's" => "its" where appropriate
Diffstat (limited to 'src/os/windows')
-rw-r--r-- | src/os/windows/win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows/win32.cpp b/src/os/windows/win32.cpp index 4374307f9..7083e3727 100644 --- a/src/os/windows/win32.cpp +++ b/src/os/windows/win32.cpp @@ -82,7 +82,7 @@ void ShowOSErrorBox(const char *buf, bool system) /* suballocator - satisfies most requests with a reusable static instance. * this avoids hundreds of alloc/free which would fragment the heap. * To guarantee concurrency, we fall back to malloc if the instance is - * already in use (it's important to avoid suprises since this is such a + * already in use (it's important to avoid surprises since this is such a * low-level routine). */ static DIR _global_dir; static LONG _global_dir_is_in_use = false; |