From 3599cbbfef846fe9ee0bd4645632c0ac72de839d Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 16 Jan 2015 15:57:46 -0500 Subject: [PATCH] Fix typo in nfs_mount_options option description passedf -> passed Change-Id: I0d8f7ca5ec3fdc4ea14911608ec709948e363108 --- nova/virt/libvirt/volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/virt/libvirt/volume.py b/nova/virt/libvirt/volume.py index 8698b9222b24..98e918d3851c 100644 --- a/nova/virt/libvirt/volume.py +++ b/nova/virt/libvirt/volume.py @@ -60,7 +60,7 @@ volume_opts = [ help='Directory where the NFS volume is mounted on the' ' compute node'), cfg.StrOpt('nfs_mount_options', - help='Mount options passedf to the NFS client. See section ' + help='Mount options passed to the NFS client. See section ' 'of the nfs man page for details'), cfg.StrOpt('smbfs_mount_point_base', default=paths.state_path_def('mnt'),