diff options
Diffstat (limited to 'test/src/example.h')
-rw-r--r-- | test/src/example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/example.h b/test/src/example.h index 1dcefe3..7f3dfaa 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -132,7 +132,7 @@ public: Example *test_node_argument(Example *p_node) const; String test_string_ops() const; String test_str_utility() const; - bool test_string_is_fourty_two(const String &p_str) const; + bool test_string_is_forty_two(const String &p_str) const; String test_string_resize(String p_original) const; int test_vector_ops() const; int test_vector_init_list() const; |