summaryrefslogtreecommitdiffstats
path: root/testing/011_category.m
diff options
context:
space:
mode:
authorAdrian Negreanu <groleo@gmail.com>2015-04-17 07:42:09 (GMT)
committerAdrian Negreanu <groleo@gmail.com>2015-04-17 07:42:09 (GMT)
commit4fef5e6a61658c7eb0ce9c20517571e21227bc60 (patch)
tree8e3deb15e69456a77b64a6af15f726968889295f /testing/011_category.m
parent85249aa2546d66354fbfab56459a22b97223e813 (diff)
parentc4e631c991c8d7a6380270b193f5628ed00968c1 (diff)
downloadDoxygen-4fef5e6a61658c7eb0ce9c20517571e21227bc60.zip
Doxygen-4fef5e6a61658c7eb0ce9c20517571e21227bc60.tar.gz
Doxygen-4fef5e6a61658c7eb0ce9c20517571e21227bc60.tar.bz2
Merge https://github.com/doxygen/doxygen
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