From 602198801d55d687813e669ab13c7acd52e873b7 Mon Sep 17 00:00:00 2001 From: Leonid Suprun Date: Fri, 23 Jan 2015 14:43:00 +0300 Subject: [PATCH] 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 4cf1e622..80d4ac63 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.