aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/sprunge.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/sprunge.bash')
-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}"