diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-06 00:28:43 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-06 00:28:43 +0200 |
commit | dba22079d36553f3842e4471d0003f8ee9029714 (patch) | |
tree | 3b554b825b951013321f8d77a4611c2087cc1b1d /.local | |
parent | Jail update (diff) | |
download | dotfiles-bsd-dba22079d36553f3842e4471d0003f8ee9029714.tar.gz dotfiles-bsd-dba22079d36553f3842e4471d0003f8ee9029714.tar.bz2 dotfiles-bsd-dba22079d36553f3842e4471d0003f8ee9029714.tar.xz dotfiles-bsd-dba22079d36553f3842e4471d0003f8ee9029714.tar.zst dotfiles-bsd-dba22079d36553f3842e4471d0003f8ee9029714.zip |
typo
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/dmlog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog index cc0f736..e82499a 100755 --- a/.local/bin/dmlog +++ b/.local/bin/dmlog @@ -77,7 +77,7 @@ sub action '-u', 'normal', 'shutdown', - ' Farwell, partner!' + ' Farewell, partner!' ); sleep 2; exec(SHUTDOWN_PATH, '-p', 'now'); |