Comment typofixes, pt 4

This commit is contained in:
Pasi Kallinen
2015-10-17 18:47:31 +03:00
parent 66dd87454b
commit af1c77808b
45 changed files with 73 additions and 73 deletions

View File

@@ -1701,7 +1701,7 @@ nopick:
* object is going to break.
* breakmsg() - which outputs a message about the breakage,
* appropriate for that particular object. Should
* only be called after a positve breaktest().
* only be called after a positive breaktest().
* on the object and, if it going to be called,
* it must be called before calling breakobj().
* Calling breakmsg() is optional.