浏览代码

Merge pull request #239 from waldyrious/patch-1

typo
Romain Prieto 10 年之前
父节点
当前提交
0f5b12f9df
共有 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}}`