summaryrefslogtreecommitdiffstats
path: root/cli/src/cli-cmd-volume.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/src/cli-cmd-volume.c')
-rw-r--r--cli/src/cli-cmd-volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c
index ee7e8f94c9e..099ba403ee8 100644
--- a/cli/src/cli-cmd-volume.c
+++ b/cli/src/cli-cmd-volume.c
@@ -1495,7 +1495,7 @@ _limits_set_on_volume (char *volname, int type) {
else
gfid_type = GF_QUOTA_CONF_TYPE_OBJECTS;
- /* Try to read atleast one gfid of type 'gfid_type' */
+ /* Try to read at least one gfid of type 'gfid_type' */
while (1) {
ret = quota_conf_read_gfid (fd, buf, &gfid_type_stored,
version);