Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #222 from xmikus01/patch-1
Browse files Browse the repository at this point in the history
Fix typo in dpl_canned_acl (aut{,h}enticated-read)
  • Loading branch information
Scal-jbb committed Feb 2, 2017
2 parents bfdb2bb + ad4a229 commit 228f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdroplet/src/converters.c
Expand Up @@ -149,7 +149,7 @@ dpl_canned_acl(char *str)
return DPL_CANNED_ACL_PUBLIC_READ;
else if (!strcasecmp(str, "public-read-write"))
return DPL_CANNED_ACL_PUBLIC_READ_WRITE;
else if (!strcasecmp(str, "autenticated-read"))
else if (!strcasecmp(str, "authenticated-read"))
return DPL_CANNED_ACL_AUTHENTICATED_READ;
else if (!strcasecmp(str, "bucket-owner-read"))
return DPL_CANNED_ACL_BUCKET_OWNER_READ;
Expand Down

0 comments on commit 228f7c6

Please sign in to comment.