diff options
author | Astound <kirito@disroot.org> | 2023-12-24 17:14:53 -0500 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2023-12-24 17:14:53 -0500 |
commit | 043f92654161b4ec1533f11c0f9f165921844842 (patch) | |
tree | 4ed6c9dd2fedb6c9b0fa5cffe283729a887ecc6d | |
parent | 32190623efdae071410a7375058234dfad45d2ee (diff) | |
download | book-043f92654161b4ec1533f11c0f9f165921844842.tar.lz book-043f92654161b4ec1533f11c0f9f165921844842.tar.xz book-043f92654161b4ec1533f11c0f9f165921844842.zip |
fix typo, wsl.md
-rw-r--r-- | wsl/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wsl/README.md b/wsl/README.md index e1dfe1e..e639153 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -39,7 +39,7 @@ reload() { ebegin "Reloading ${name}" start-stop-daemon --signal HUP --pidfile "${pidfile}" eend $? -}+ +} stop() { ebegin "Stopping ${name}" |