Fix typo in nfs_mount_options option description

passedf -> passed

Change-Id: I0d8f7ca5ec3fdc4ea14911608ec709948e363108
This commit is contained in:
Eric Harney 2015-01-16 15:57:46 -05:00
parent 5bbb97f7be
commit 3599cbbfef
1 changed files with 1 additions and 1 deletions

View File

@ -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'),