aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-03 12:56:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-03 13:18:22 -0700
commit0624f13536c3481b6c824c812323ccde03923c0c (patch)
treeb252f13ac5525f91fcf628cd743216825683fc91
parentaf4eb343fab258bee3993b031889e26eb221f203 (diff)
downloadconsfigurator-0624f13536c3481b6c824c812323ccde03923c0c.tar.gz
fix typo
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/libvirt.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/libvirt.lisp b/src/property/libvirt.lisp
index 7ba102b..dea12bc 100644
--- a/src/property/libvirt.lisp
+++ b/src/property/libvirt.lisp
@@ -144,8 +144,8 @@ for testing.
OPTIONS is a plist of keyword parameters.
- - :VCPUS -- coresponds to the --vcpus argument to virt-install(1). Defaults
- to 1.
+ - :VCPUS -- corresponds to the --vcpus argument to virt-install(1).
+ Defaults to 1.
- :MEMORY -- corresponds to the --memory argument to virt-install(1).
Defaults to 1024.