summaryrefslogtreecommitdiff
path: root/config/waagent.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/waagent.conf')
-rw-r--r--config/waagent.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waagent.conf b/config/waagent.conf
index c7cb96a..6a74125 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -4,7 +4,7 @@
# Specified program is invoked with the argument "Ready" when we report ready status
# to the endpoint server.
-Role.StateConsumer=None
+Role.StateConsumer=None
# Specified program is invoked with XML file argument specifying role
# configuration.
@@ -35,7 +35,7 @@ ResourceDisk.Format=y
# Typically ext3 or ext4. FreeBSD images should use 'ufs2' here.
ResourceDisk.Filesystem=ext4
-# ount point for the resource disk
+# Mount point for the resource disk
ResourceDisk.MountPoint=/mnt/resource
# Create and use swapfile on resource disk.