(svn r19272) -Doc: successfull -> successful.

This commit is contained in:
alberth
2010-02-27 12:29:44 +00:00
parent 13f1836149
commit 2ac558494c
5 changed files with 6 additions and 6 deletions

View File

@@ -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;