Revision a31f0531 qga/commands-posix.c

b/qga/commands-posix.c
487 487
         * was returned the filesystem was *not* unfrozen by that particular
488 488
         * call.
489 489
         *
490
         * since multiple preceeding FIFREEZEs require multiple calls to FITHAW
490
         * since multiple preceding FIFREEZEs require multiple calls to FITHAW
491 491
         * to unfreeze, continuing issuing FITHAW until an error is returned,
492 492
         * in which case either the filesystem is in an unfreezable state, or,
493 493
         * more likely, it was thawed previously (and remains so afterward).
......
789 789
            strncpy(ifr.ifr_name,  info->value->name, IF_NAMESIZE);
790 790
            if (ioctl(sock, SIOCGIFHWADDR, &ifr) == -1) {
791 791
                snprintf(err_msg, sizeof(err_msg),
792
                         "failed to get MAC addres of %s: %s",
792
                         "failed to get MAC address of %s: %s",
793 793
                         ifa->ifa_name,
794 794
                         strerror(errno));
795 795
                error_set(errp, QERR_QGA_COMMAND_FAILED, err_msg);

Also available in: Unified diff