aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-12-13 12:48:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-12-13 12:48:52 +1300
commitfc35a27bab8286a26b648e51ca69124a1b4e20f4 (patch)
treecfc29922c5653124dedff16aaac30bb9f3bcf092
parentAdd more detail on bashkeep usage (diff)
downloaddotfiles-fc35a27bab8286a26b648e51ca69124a1b4e20f4.tar.gz
dotfiles-fc35a27bab8286a26b648e51ca69124a1b4e20f4.zip
Fix some English
-rw-r--r--bash/bashrc.d/sprunge.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/sprunge.bash b/bash/bashrc.d/sprunge.bash
index 30ea719c..6c0cef42 100644
--- a/bash/bashrc.d/sprunge.bash
+++ b/bash/bashrc.d/sprunge.bash
@@ -1,4 +1,4 @@
-# #bash on Freenode use their own pastebin, this is a convenience function for
+# #bash on Freenode use their own pastebin. This is a convenience function for
# posting code to it. <http://sprunge.us>
sprunge() {
curl -F 'sprunge=<-' http://sprunge.us < "${1:-/dev/stdin}"