diff options
author | Pascal Borreli <pascal@borreli.com> | 2013-03-07 20:51:54 +0000 |
---|---|---|
committer | Pascal Borreli <pascal@borreli.com> | 2013-03-07 20:51:54 +0000 |
commit | 6aa041af5ec0c3e044b9a412b34eab8bae77e3ba (patch) | |
tree | b65978d5a5c9950938a9f49d93800cc98cd6d9fb | |
parent | 9710192b70e9c5a6a4710901a449816123e53028 (diff) |
Fixed typos
-rwxr-xr-x | bb.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -172,7 +172,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 @@ -407,7 +407,7 @@ rebuild_index() { if [ "$global_feedburner" == "" ]; then echo '<div id="all_posts"><a href="'$archive_index'">View more posts</a> — <a href="'$blog_feed'">'$template_subscribe'</a></div>' >> "$contentfile" else - echo '<div id="all_posts"><a href="'$archive_index'">'$template_archive'</a> — <a href="'$global_feedburner'">Susbcribe</a></div>' >> "$contentfile" + echo '<div id="all_posts"><a href="'$archive_index'">'$template_archive'</a> — <a href="'$global_feedburner'">Subscribe</a></div>' >> "$contentfile" fi echo "" @@ -600,7 +600,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) |