Waldir Pimenta 10 年之前
父節點
當前提交
e8b9c2a7af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/split.md

+ 1 - 1
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}}`