summaryrefslogtreecommitdiffstats
path: root/testing/011_category.m
diff options
context:
space:
mode:
Diffstat (limited to 'testing/011_category.m')
-rw-r--r--testing/011_category.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/011_category.m b/testing/011_category.m
index 8cb4d3a..f57c1d1 100644
--- a/testing/011_category.m
+++ b/testing/011_category.m
@@ -17,7 +17,7 @@
@interface Integer (Arithmetic)
/** add operation */
- (id) add: (Integer *) addend;
-/** substract operation */
+/** subtract operation */
- (id) sub: (Integer *) subtrahend;
@end