From e8b9c2a7af2da1e31f237e27c637299e792e990c Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 13 Sep 2014 11:47:24 +0100 Subject: [PATCH] typo --- pages/common/split.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/split.md b/pages/common/split.md index 9552c6852..7ea2d8b53 100644 --- a/pages/common/split.md +++ b/pages/common/split.md @@ -10,7 +10,7 @@ `split -n 5 {{filename}}` -- Split a file with atmost 512 bytes of lines in each split. +- Split a file with at most 512 bytes of lines in each split. `split -C 512 {{filename}}`