summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/warn/invalid-method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/warn/invalid-method.h b/tests/warn/invalid-method.h
index 26d528ac..f0ee7279 100644
--- a/tests/warn/invalid-method.h
+++ b/tests/warn/invalid-method.h
@@ -22,5 +22,5 @@ void test_method_invalid_first_parameter(int param);
*/
void test_method_invalid_namespace(GClosure *param);
-// EXPECT:23: Warning: Test: test_method_invalid_namespace: Methods must belong to the same namespace as the class they are into
+// EXPECT:23: Warning: Test: test_method_invalid_namespace: Methods must belong to the same namespace as the class they belong to