]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block.h
Fix spelling in comments, documentation and messages
[mirror_qemu.git] / block.h
diff --git a/block.h b/block.h
index 1790f9988c98a507e61d44d6c3294fa8afc3fae9..0e3ff9f2334afad7ab75531112f8a562c9cab922 100644 (file)
--- a/block.h
+++ b/block.h
@@ -21,7 +21,7 @@ typedef struct QEMUSnapshotInfo {
     char id_str[128]; /* unique snapshot id */
     /* the following fields are informative. They are not needed for
        the consistency of the snapshot */
-    char name[256]; /* user choosen name */
+    char name[256]; /* user chosen name */
     uint32_t vm_state_size; /* VM state info size */
     uint32_t date_sec; /* UTC date of the snapshot */
     uint32_t date_nsec;