s/Cannnot/Cannot/ in error message.

This commit is contained in:
andvar 2024-03-22 19:36:56 +00:00
parent f6ebc77b8d
commit 4a3e2a8295
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rmtlib.c,v 1.28 2019/12/27 09:41:48 msaitoh Exp $ */ /* $NetBSD: rmtlib.c,v 1.29 2024/03/22 19:36:56 andvar Exp $ */
/* /*
* rmt --- remote tape emulator subroutines * rmt --- remote tape emulator subroutines
@ -28,7 +28,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__RCSID("$NetBSD: rmtlib.c,v 1.28 2019/12/27 09:41:48 msaitoh Exp $"); __RCSID("$NetBSD: rmtlib.c,v 1.29 2024/03/22 19:36:56 andvar Exp $");
#define RMTIOCTL 1 #define RMTIOCTL 1
/* #define USE_REXEC 1 */ /* rexec code courtesy of Dan Kegel, srs!dan */ /* #define USE_REXEC 1 */ /* rexec code courtesy of Dan Kegel, srs!dan */
@ -364,7 +364,7 @@ _rmt_open(const char *path, int oflag, int mode)
* bad problems if we get here * bad problems if we get here
*/ */
err(1, "Cannnot exec %s", rshpath); err(1, "Cannot exec %s", rshpath);
/*FALLTHROUGH*/ /*FALLTHROUGH*/
default: default:
break; break;