summaryrefslogtreecommitdiff
path: root/src/crashlog.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-02-27 12:29:44 +0000
committeralberth <alberth@openttd.org>2010-02-27 12:29:44 +0000
commit2ac558494caf7dfca5347a56bc85a92de9ed888f (patch)
tree8b8129a210ff108111786ee8e36ba1d181841b16 /src/crashlog.h
parent13f1836149b3dbf86cbee45eeaaae82230563bfb (diff)
downloadopenttd-2ac558494caf7dfca5347a56bc85a92de9ed888f.tar.xz
(svn r19272) -Doc: successfull -> successful.
Diffstat (limited to 'src/crashlog.h')
-rw-r--r--src/crashlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crashlog.h b/src/crashlog.h
index 80ccc12ec..e7f1f9342 100644
--- a/src/crashlog.h
+++ b/src/crashlog.h
@@ -148,7 +148,7 @@ public:
* @param filename Output for the filename of the written file.
* @param filename_last The last position in the filename buffer.
* @return if less than 0, error. If 0 no dump is made, otherwise the dump
- * was successfull (not all OSes support dumping files).
+ * was successful (not all OSes support dumping files).
*/
virtual int WriteCrashDump(char *filename, const char *filename_last) const;