summaryrefslogtreecommitdiffstats
path: root/src/test/librgw_file_marker.cc
diff options
context:
space:
mode:
authorsimransinghal <singhalsimran0@gmail.com>2018-03-25 15:15:49 +0200
committerSimran Singhal <singhalsimran0@gmail.com>2018-03-25 15:20:23 +0200
commitf3b3bcfbc9285eea7ecfb32661b27b320469e3d0 (patch)
treef066b08396f392fe5165c50872feaccb77c2064d /src/test/librgw_file_marker.cc
parentMerge pull request #21002 from smithfarm/wip-23437 (diff)
downloadceph-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_marker.cc')
-rw-r--r--src/test/librgw_file_marker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/librgw_file_marker.cc b/src/test/librgw_file_marker.cc
index 87aa30fb3bd..a29c8e1f7d2 100644
--- a/src/test/librgw_file_marker.cc
+++ b/src/test/librgw_file_marker.cc
@@ -476,7 +476,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;