From 4c0a1481f147b51cf67bdaaa9fc0101ad1b63620 Mon Sep 17 00:00:00 2001 From: Mohit Motiani Date: Thu, 7 Jul 2016 14:56:10 +0000 Subject: [PATCH] Fix typo in the account-server.conf manpage Change-Id: I4e7bb85ce746fcb1ec3a4cbf534761e4e47634c9 Closes-Bug: #1599888 --- doc/manpages/account-server.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manpages/account-server.conf.5 b/doc/manpages/account-server.conf.5 index 7123d8c876..1ad115f53a 100644 --- a/doc/manpages/account-server.conf.5 +++ b/doc/manpages/account-server.conf.5 @@ -77,7 +77,7 @@ The system user that the account server will run as. The default is swift. .IP \fBswift_dir\fR Swift configuration directory. The default is /etc/swift. .IP \fBdevices\fR -Parent directory or where devices are mounted. Default is /srv/node. +Parent directory of where devices are mounted. Default is /srv/node. .IP \fBmount_check\fR Whether or not check if the devices are mounted to prevent accidentally writing to the root device. The default is set to true.