summaryrefslogtreecommitdiff
path: root/block/gluster.c
diff options
context:
space:
mode:
authorDeepak Kathayat <deepak.mk17@gmail.com>2014-03-24 16:30:17 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2014-03-25 14:09:50 +0100
commitdc6fb73d219472e011d93867f5e7eebfffde0319 (patch)
treeabc944463126b046fb2c505aaaadf992f0b824fd /block/gluster.c
parent4fd6a984b93701fcb40a0053098ae5c2c4ee27f4 (diff)
downloadqemu-dc6fb73d219472e011d93867f5e7eebfffde0319.tar.gz
Fixed various typos
Signed-off-by: Deepak Kathayat <deepak.mk17@gmail.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'block/gluster.c')
-rw-r--r--block/gluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/gluster.c b/block/gluster.c
index a44d612923..8836085646 100644
--- a/block/gluster.c
+++ b/block/gluster.c
@@ -80,7 +80,7 @@ static int parse_volume_options(GlusterConf *gconf, char *path)
* 'server' specifies the server where the volume file specification for
* the given volume resides. This can be either hostname, ipv4 address
* or ipv6 address. ipv6 address needs to be within square brackets [ ].
- * If transport type is 'unix', then 'server' field should not be specifed.
+ * If transport type is 'unix', then 'server' field should not be specified.
* The 'socket' field needs to be populated with the path to unix domain
* socket.
*