diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-03-17 21:26:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-03-17 21:26:26 +0000 |
commit | cbc547850ac0e6383e8417ec88a20424a5a6108e (patch) | |
tree | 55c89c8b0371cf4bf50993c874d5145dc83e8286 | |
parent | 6f3f2d0dddf528e9405be6da176b902c9136b64b (diff) | |
download | mandoc-cbc547850ac0e6383e8417ec88a20424a5a6108e.tar.gz |
'accomodate' -> 'accommodate' in a comment.
From krw@, started by a diff from Mical Mazurek.
-rw-r--r-- | mandocdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -574,7 +574,7 @@ usage: * or * [./]cat<section>[/<arch>]/<name>.0 * - * TODO: accomodate for multi-language directories. + * TODO: accommodate for multi-language directories. */ static int treescan(void) |