From 602198801d55d687813e669ab13c7acd52e873b7 Mon Sep 17 00:00:00 2001 From: Leonid Suprun Date: Fri, 23 Jan 2015 14:43:00 +0300 Subject: [PATCH 1/2] Little typo --- src/bash_coding_style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bash_coding_style.txt b/src/bash_coding_style.txt index 4cf1e6221..80d4ac63d 100644 --- a/src/bash_coding_style.txt +++ b/src/bash_coding_style.txt @@ -41,7 +41,7 @@ Contents: } # -3. Coments +3. Comments 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 provides shorthand information on the file name and its contents. From 7bfb3870925852d5d87352a46210ca1c17b35156 Mon Sep 17 00:00:00 2001 From: Leonid Suprun Date: Fri, 23 Jan 2015 14:50:55 +0300 Subject: [PATCH 2/2] Fix possible type --- src/bash_coding_style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bash_coding_style.txt b/src/bash_coding_style.txt index 80d4ac63d..e8fed9dc4 100644 --- a/src/bash_coding_style.txt +++ b/src/bash_coding_style.txt @@ -5,7 +5,7 @@ Contents: 1. Introduction 2. Naming Convention - 3. Coments + 3. Comments 4. Coding Styles 5. Basic formating 6. If, For, and While