diff options
Diffstat (limited to '')
-rw-r--r-- | deep_test/deep_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deep_test/deep_test.cpp b/deep_test/deep_test.cpp index 7e16b2e..c071dc6 100644 --- a/deep_test/deep_test.cpp +++ b/deep_test/deep_test.cpp | |||
@@ -208,7 +208,7 @@ struct MyClonableUserdata | |||
208 | return 0; | 208 | return 0; |
209 | 209 | ||
210 | default: | 210 | default: |
211 | raise_luaL_error(L, "Lanes called clonable_lanesclone with unexpected parameters"); | 211 | raise_luaL_error(L, "Lanes called clonable_lanesclone with unexpected arguments"); |
212 | } | 212 | } |
213 | return 0; | 213 | return 0; |
214 | } | 214 | } |