소스 검색

Merge pull request #293 from devsli/patch-1

Fix typo
Serghey Rodin 11 년 전
부모
커밋
b813717a17
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/bash_coding_style.txt

+ 2 - 2
src/bash_coding_style.txt

@@ -5,7 +5,7 @@ Contents:
 
 
     1. Introduction
     1. Introduction
     2. Naming Convention
     2. Naming Convention
-    3. Coments
+    3. Comments
     4. Coding Styles
     4. Coding Styles
     5. Basic formating
     5. Basic formating
     6. If, For, and While   
     6. If, For, and While   
@@ -41,7 +41,7 @@ Contents:
         }                               #
         }                               #
 
 
 
 
-3. Coments
+3. Comments
     The total length of a line (including comment) must not exceed more than 80
     The total length of a line (including comment) must not exceed more than 80
     characters. Every file must be documented with an introductory comment that
     characters. Every file must be documented with an introductory comment that
     provides shorthand information on the file name and its contents.
     provides shorthand information on the file name and its contents.