главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shpakovsky <alexey@shpakovsky.ru>2014-06-26 04:25:48 +0200
committerAleksei Shpakovskii <alekseis@opera.com>2014-06-26 08:22:25 +0200
commit0b75439f416122ac21ee6d4f8b50805938512bf5 (patch)
treefdd45a54bf3821c282b6ef9cb3f3345d6b9bfb9b
parentff978ec1018bf759efb0c7541c61507e937985b1 (diff)
fix typos in comments
-rwxr-xr-xbb.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bb.sh b/bb.sh
index 01c1c6d..e77baf4 100755
--- a/bb.sh
+++ b/bb.sh
@@ -110,7 +110,7 @@
# with merges in VCS
global_config=".config"
-# This function will load all the variables defined here. They might be overriden
+# This function will load all the variables defined here. They might be overridden
# by the 'global_config' file contents
global_variables() {
global_software_name="BashBlog"
@@ -803,8 +803,8 @@ posts_with_tags() {
# where FILEn are files with posts which should be used for rebuilding tags,
# and TAGn are names of tags which should be rebuilt.
# example:
-# rebuild_tags "one_post.html another_atricle.html" "example-tag another-tag"
-# mind the tags!
+# rebuild_tags "one_post.html another_article.html" "example-tag another-tag"
+# mind the quotes!
rebuild_tags() {
if [ "$#" -lt 2 ]; then
# will process all files and tags