Hi,

There seems to be a typo in vmd.c:

Index: vmd.c
===================================================================
RCS file: /cvs/src/usr.sbin/vmd/vmd.c,v
retrieving revision 1.82
diff -u -p -u -p -r1.82 vmd.c
--- vmd.c       29 Mar 2018 18:29:24 -0000      1.82
+++ vmd.c       20 Apr 2018 19:50:24 -0000
@@ -228,7 +228,7 @@ vmd_dispatch_control(int fd, struct priv
                }
                if (atomicio(read, imsg->fd, &vmh, sizeof(vmh)) !=
                    sizeof(vmh)) {
-                       log_warnx("%s: error reading vmh from recevied vm",
+                       log_warnx("%s: error reading vmh from received vm",
                            __func__);
                        res = EIO;
                        close(imsg->fd);
@@ -243,7 +243,7 @@ vmd_dispatch_control(int fd, struct priv
                }
                if (atomicio(read, imsg->fd, &vmc, sizeof(vmc)) !=
                    sizeof(vmc)) {
-                       log_warnx("%s: error reading vmc from recevied vm",
+                       log_warnx("%s: error reading vmc from received vm",
                            __func__);
                        res = EIO;
                        close(imsg->fd);

Thank you

Reply via email to