diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ static int tpanic (lua_State *L) { | |||
80 | 80 | ||
81 | 81 | ||
82 | /* | 82 | /* |
83 | ** Warning function for tests. Fist, it concatenates all parts of | 83 | ** Warning function for tests. First, it concatenates all parts of |
84 | ** a warning in buffer 'buff'. Then, it has three modes: | 84 | ** a warning in buffer 'buff'. Then, it has three modes: |
85 | ** - 0.normal: messages starting with '#' are shown on standard output; | 85 | ** - 0.normal: messages starting with '#' are shown on standard output; |
86 | ** - other messages abort the tests (they represent real warning | 86 | ** - other messages abort the tests (they represent real warning |