Minor tidying and typo correction.
[mLib] / man / sub.3
index ad27a14..94bf1ad 100644 (file)
--- a/man/sub.3
+++ b/man/sub.3
@@ -94,7 +94,7 @@ Similarly, the block can be freed by saying
 .VS
 DESTROY(p)
 .VE
-rather than the more cubersome
+rather than the more cumbersome
 .VS
 sub_free(p, sizeof(*p));
 .VE