aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/scr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/scr.sh')
-rw-r--r--sh/shrc.d/scr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/scr.sh b/sh/shrc.d/scr.sh
index 14a58ad1..19367ffc 100644
--- a/sh/shrc.d/scr.sh
+++ b/sh/shrc.d/scr.sh
@@ -1,5 +1,5 @@
# Create a temporary directory and change into it, to stop me putting stray
-# files into $HOME, and making the system do cleanup for me. Single optional
+# files into $HOME, and making the system do cleanup for me. Single optional
# argument is the string to use for naming the directory; defaults to "scr".
scr() {
# shellcheck disable=SC2164