summaryrefslogtreecommitdiff
path: root/src/crashlog.h
diff options
context:
space:
mode:
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;