Merge pull request #812 from mapreri/typo

Fix typo s/mutliple/multiple/
This commit is contained in:
Takeshi Nakatani 2018-09-17 16:52:48 +09:00 committed by GitHub
commit 8263919b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3896,7 +3896,7 @@ static int parse_passwd_file(bucketkvmap_t& resmap)
secret = trim(iter->substr(first_pos + 1, string::npos));
}
if(resmap.end() != resmap.find(bucket)){
S3FS_PRN_EXIT("there are mutliple entries for the same bucket(%s) in the passwd file.", ("" == bucket ? "default" : bucket.c_str()));
S3FS_PRN_EXIT("there are multiple entries for the same bucket(%s) in the passwd file.", ("" == bucket ? "default" : bucket.c_str()));
return -1;
}
kv.clear();