]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qga/channel-posix.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / qga / channel-posix.c
index 0c5175d95719ac9843f5caa2a1eaa95c7ef7e1cf..465d688ecb88681875c13e9cb0be4ff92dd2eb8e 100644 (file)
@@ -152,7 +152,7 @@ static gboolean ga_channel_open(GAChannel *c, const gchar *path,
 #ifdef __FreeBSD__
         /*
          * In the default state channel sends echo of every command to a
-         * client. The client programm doesn't expect this and raises an
+         * client. The client program doesn't expect this and raises an
          * error. Suppress echo by resetting ECHO terminal flag.
          */
         struct termios tio;