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 | |
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')
-rw-r--r-- | src/rgw/rgw_rest_conn.cc | 2 | ||||
-rw-r--r-- | src/test/librgw_file.cc | 2 | ||||
-rw-r--r-- | src/test/librgw_file_aw.cc | 2 | ||||
-rw-r--r-- | src/test/librgw_file_cd.cc | 2 | ||||
-rw-r--r-- | src/test/librgw_file_gp.cc | 2 | ||||
-rw-r--r-- | src/test/librgw_file_marker.cc | 2 | ||||
-rw-r--r-- | src/test/librgw_file_nfsns.cc | 2 | ||||
-rw-r--r-- | src/test/test_rgw_ldap.cc | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/rgw/rgw_rest_conn.cc b/src/rgw/rgw_rest_conn.cc index 8a7b61a4769..d087c5a3230 100644 --- a/src/rgw/rgw_rest_conn.cc +++ b/src/rgw/rgw_rest_conn.cc @@ -189,7 +189,7 @@ int RGWRESTConn::get_obj(const rgw_user& uid, req_info *info /* optional */, rgw static constexpr char SEARCH_AMZ_PREFIX[] = "HTTP_X_AMZ_"; for (auto iter= orig_map.lower_bound(SEARCH_AMZ_PREFIX); iter != orig_map.end(); ++iter) { const string& name = iter->first; - if (name == "HTTP_X_AMZ_DATE") /* dont forward date from original request */ + if (name == "HTTP_X_AMZ_DATE") /* don't forward date from original request */ continue; if (name.compare(0, strlen(SEARCH_AMZ_PREFIX), SEARCH_AMZ_PREFIX) != 0) break; diff --git a/src/test/librgw_file.cc b/src/test/librgw_file.cc index cd8d997ae49..3689a052903 100644 --- a/src/test/librgw_file.cc +++ b/src/test/librgw_file.cc @@ -273,7 +273,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; diff --git a/src/test/librgw_file_aw.cc b/src/test/librgw_file_aw.cc index 337cd25a03b..3e38728b7c4 100644 --- a/src/test/librgw_file_aw.cc +++ b/src/test/librgw_file_aw.cc @@ -414,7 +414,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; diff --git a/src/test/librgw_file_cd.cc b/src/test/librgw_file_cd.cc index 9b6af4b6a87..b779f044d20 100644 --- a/src/test/librgw_file_cd.cc +++ b/src/test/librgw_file_cd.cc @@ -187,7 +187,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; 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; 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; diff --git a/src/test/librgw_file_nfsns.cc b/src/test/librgw_file_nfsns.cc index fdb78599a57..c76555b7208 100644 --- a/src/test/librgw_file_nfsns.cc +++ b/src/test/librgw_file_nfsns.cc @@ -1179,7 +1179,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; diff --git a/src/test/test_rgw_ldap.cc b/src/test/test_rgw_ldap.cc index 7a6c5a8e611..42629bab95c 100644 --- a/src/test/test_rgw_ldap.cc +++ b/src/test/test_rgw_ldap.cc @@ -103,7 +103,7 @@ int main(int argc, char *argv[]) } } - /* dont accidentally run as anonymous */ + /* don't accidentally run as anonymous */ if (access_key == "") { std::cout << argv[0] << " no AWS credentials, exiting" << std::endl; return EPERM; |