diff mbox series

package/openssh: fix typo in init script

Message ID 20240717072120.148120-1-br015@umbiko.net
State Accepted
Headers show
Series package/openssh: fix typo in init script | expand

Commit Message

Andreas Ziegler July 17, 2024, 7:21 a.m. UTC
Now that the sshd init script is nice & new & shiny, fix an ancient 
typo, introduced with commit e0fc615 (add runlevel script for later use)

Signed-off-by: Andreas Ziegler <br015@umbiko.net>
---
 package/openssh/S50sshd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni July 17, 2024, 8:56 a.m. UTC | #1
On Wed, 17 Jul 2024 09:21:20 +0200
Andreas Ziegler <br015@umbiko.net> wrote:

> Now that the sshd init script is nice & new & shiny, fix an ancient 
> typo, introduced with commit e0fc615 (add runlevel script for later use)
> 
> Signed-off-by: Andreas Ziegler <br015@umbiko.net>
> ---
>  package/openssh/S50sshd | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/openssh/S50sshd b/package/openssh/S50sshd
index 56db6ebff9..7e5ccf079d 100644
--- a/package/openssh/S50sshd
+++ b/package/openssh/S50sshd
@@ -6,7 +6,7 @@ 
 DAEMON="sshd"
 PIDFILE="/var/run/$DAEMON.pid"
 
-# Make sure the ssh-keygen progam exists
+# Make sure the ssh-keygen program exists
 [ -f /usr/bin/ssh-keygen ] || exit 0
 
 umask 077