]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-options.hx
vl.c: Move option generation logic into a wrapper file
[mirror_qemu.git] / qemu-options.hx
index b3db10c0ad196b4cdf3d6c10d7c2274170cc0add..087a3b9376f840de8b8968acaeec0fe86482c169 100644 (file)
@@ -217,7 +217,7 @@ qcow2.  If performance is more important than correctness,
 In case you don't care about data integrity over host failures, use
 cache=unsafe. This option tells qemu that it never needs to write any data
 to the disk but can instead keeps things in cache. If anything goes wrong,
-like your host losing power, the disk storage getting disconnected accidently,
+like your host losing power, the disk storage getting disconnected accidentally,
 etc. you're image will most probably be rendered unusable.   When using
 the @option{-snapshot} option, unsafe caching is always used.