diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-12-27 00:01:15 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-12-27 00:01:15 +1300 |
commit | b7ce245e859b946deee740bc617f2b997a52e9dd (patch) | |
tree | db832ca74e9973279a80733825d8fd36ddb8edab /ksh/kshrc.d/keep.ksh | |
parent | Break up some long lines (diff) | |
download | dotfiles-b7ce245e859b946deee740bc617f2b997a52e9dd.tar.gz dotfiles-b7ce245e859b946deee740bc617f2b997a52e9dd.zip |
Two-space sentences in shell comments
Diffstat (limited to 'ksh/kshrc.d/keep.ksh')
-rw-r--r-- | ksh/kshrc.d/keep.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksh/kshrc.d/keep.ksh b/ksh/kshrc.d/keep.ksh index 629b2fe6..c1546deb 100644 --- a/ksh/kshrc.d/keep.ksh +++ b/ksh/kshrc.d/keep.ksh @@ -9,7 +9,7 @@ esac # keep -- Main function for kshkeep; provided with a list of NAMEs, whether # shell functions or variables, writes the current definition of each NAME to a # directory $KSHKEEP (defaults to ~/.kshkeep.d) with a .ksh suffix, each of -# which is reloaded each time this file is called. This allows you to quickly +# which is reloaded each time this file is called. This allows you to quickly # arrange to keep that useful shell function or variable you made inline on # subsequent logins. # |