From 7bfb3870925852d5d87352a46210ca1c17b35156 Mon Sep 17 00:00:00 2001 From: Leonid Suprun Date: Fri, 23 Jan 2015 14:50:55 +0300 Subject: [PATCH] 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 80d4ac63..e8fed9dc 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