From f981e46adaab5da3d105b5adf735e9ce9c19a1d5 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 12 Feb 2007 11:07:50 +1100 Subject: [PATCH] Correct spelling error writting -> writing --- support/nfs/nfssvc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/nfs/nfssvc.c b/support/nfs/nfssvc.c index ef7d8e1..9bbc9a5 100644 --- a/support/nfs/nfssvc.c +++ b/support/nfs/nfssvc.c @@ -95,7 +95,7 @@ nfssvc_setfds(int port, unsigned int ctlbits, char *haddr) snprintf(buf, BUFSIZ,"%d\n", udpfd); if (write(fd, buf, strlen(buf)) != strlen(buf)) { syslog(LOG_ERR, - "nfssvc: writting fds to kernel failed: errno %d (%s)", + "nfssvc: writing fds to kernel failed: errno %d (%s)", errno, strerror(errno)); } close(fd); @@ -107,7 +107,7 @@ nfssvc_setfds(int port, unsigned int ctlbits, char *haddr) snprintf(buf, BUFSIZ,"%d\n", tcpfd); if (write(fd, buf, strlen(buf)) != strlen(buf)) { syslog(LOG_ERR, - "nfssvc: writting fds to kernel failed: errno %d (%s)", + "nfssvc: writing fds to kernel failed: errno %d (%s)", errno, strerror(errno)); } } -- 2.39.2