главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/bb.sh
diff options
context:
space:
mode:
authorCarlos Fenollosa <carlos.fenollosa@gmail.com >2013-03-07 13:10:21 -0800
committerCarlos Fenollosa <carlos.fenollosa@gmail.com >2013-03-07 13:10:21 -0800
commit21fac7e7a08518e83dd40491f4b56f68e98226ef (patch)
tree6d375d734178376447603f0bf8964876e7e67c48 /bb.sh
parent5e2ce66c0a2368b305735da5841a643ab85b4599 (diff)
parent6aa041af5ec0c3e044b9a412b34eab8bae77e3ba (diff)
Merge pull request #7 from pborreli/typos
Fixed typos
Diffstat (limited to 'bb.sh')
-rwxr-xr-xbb.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bb.sh b/bb.sh
index 4c19312..609685a 100755
--- a/bb.sh
+++ b/bb.sh
@@ -170,7 +170,7 @@ google_analytics() {
# Please note that this function does not automatically republish anything, as
# it is usually called from 'main'.
#
-# 'edit' is kind of an advanced function, as it leaves to the user the responsability
+# 'edit' is kind of an advanced function, as it leaves to the user the responsibility
# of editing an html file
#
# $1 the file to edit
@@ -405,7 +405,7 @@ rebuild_index() {
if [ "$global_feedburner" == "" ]; then
echo '<div id="all_posts"><a href="'$archive_index'">View more posts</a> &mdash; <a href="'$blog_feed'">'$template_subscribe'</a></div>' >> "$contentfile"
else
- echo '<div id="all_posts"><a href="'$archive_index'">'$template_archive'</a> &mdash; <a href="'$global_feedburner'">Susbcribe</a></div>' >> "$contentfile"
+ echo '<div id="all_posts"><a href="'$archive_index'">'$template_archive'</a> &mdash; <a href="'$global_feedburner'">Subscribe</a></div>' >> "$contentfile"
fi
echo ""
@@ -598,7 +598,7 @@ reset() {
}
# Main function
-# Encapsuled on its own function for readability purposes
+# Encapsulated on its own function for readability purposes
#
# $1 command to run
# $2 file name of a draft to continue editing (optional)