diff options
Diffstat (limited to 'toys/posix/expand.c')
-rw-r--r-- | toys/posix/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/expand.c b/toys/posix/expand.c index 301d361e..f1fd8d33 100644 --- a/toys/posix/expand.c +++ b/toys/posix/expand.c @@ -18,7 +18,7 @@ config EXPAND Specify tab stops, either a single number instead of the default 8, or a comma separated list of increasing numbers representing tabstop - positions (absolute, not increments) with each additional tab beyound + positions (absolute, not increments) with each additional tab beyond that becoming one space. */ |