diff options
author | simransinghal <singhalsimran0@gmail.com> | 2018-03-25 15:15:49 +0200 |
---|---|---|
committer | Simran Singhal <singhalsimran0@gmail.com> | 2018-03-25 15:20:23 +0200 |
commit | f3b3bcfbc9285eea7ecfb32661b27b320469e3d0 (patch) | |
tree | f066b08396f392fe5165c50872feaccb77c2064d /src/test/librgw_file_gp.cc | |
parent | Merge pull request #21002 from smithfarm/wip-23437 (diff) | |
download | ceph-f3b3bcfbc9285eea7ecfb32661b27b320469e3d0.tar.xz ceph-f3b3bcfbc9285eea7ecfb32661b27b320469e3d0.zip |
src: Fix typo
Replace "dont" with "don't". "Dont" is not same as "Do not" or "Don't".
Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
Diffstat (limited to 'src/test/librgw_file_gp.cc')
-rw-r--r-- | src/test/librgw_file_gp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/librgw_file_gp.cc b/src/test/librgw_file_gp.cc index 2b591e46898..e48952a85d8 100644 --- a/src/test/librgw_file_gp.cc +++ b/src/test/librgw_file_gp.cc @@ -471,7 +471,7 @@ int main(int argc, char *argv[]) } } - /* dont accidentally run as anonymous */ + /* don't accidentally run as anonymous */ if ((access_key == "") || (secret_key == "")) { std::cout << argv[0] << " no AWS credentials, exiting" << std::endl; |