fix typos in comments

This commit is contained in:
Alexey Shpakovsky 2014-06-26 04:25:48 +02:00 committed by Aleksei Shpakovskii
parent ff978ec101
commit 0b75439f41
1 changed files with 3 additions and 3 deletions

6
bb.sh
View File

@ -110,7 +110,7 @@
# with merges in VCS # with merges in VCS
global_config=".config" 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 # by the 'global_config' file contents
global_variables() { global_variables() {
global_software_name="BashBlog" global_software_name="BashBlog"
@ -803,8 +803,8 @@ posts_with_tags() {
# where FILEn are files with posts which should be used for rebuilding tags, # where FILEn are files with posts which should be used for rebuilding tags,
# and TAGn are names of tags which should be rebuilt. # and TAGn are names of tags which should be rebuilt.
# example: # example:
# rebuild_tags "one_post.html another_atricle.html" "example-tag another-tag" # rebuild_tags "one_post.html another_article.html" "example-tag another-tag"
# mind the tags! # mind the quotes!
rebuild_tags() { rebuild_tags() {
if [ "$#" -lt 2 ]; then if [ "$#" -lt 2 ]; then
# will process all files and tags # will process all files and tags