Fix some typos caught by lintian

This commit is contained in:
Maks Orlovich
2016-11-29 11:00:44 -05:00
parent 208c440fd1
commit d5ba802b7a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ void CssMinify::WriteURL(const UnicodeText& url) {
}
// Write out minified version of each element of vector using supplied function
// seperated by sep.
// separated by sep.
template<typename Container>
void CssMinify::JoinMinify(const Container& container, const StringPiece& sep) {
JoinMinifyIter(container.begin(), container.end(), sep);
@@ -4033,7 +4033,7 @@ class RewriteOptions {
// Non cacheables used when partial HTML is cached.
Option<GoogleString> non_cacheables_for_cache_partial_html_;
// Comma seperated list of origins that are allowed to make cross-origin
// Comma separated list of origins that are allowed to make cross-origin
// requests. These domain requests are served with
// Access-Control-Allow-Origin header.
Option<GoogleString> access_control_allow_origins_;
+1 -1
View File
@@ -440,7 +440,7 @@ DEFINE_bool(serve_xhr_access_control_headers, false,
"If set to true, adds access control headers to response headers.");
DEFINE_string(access_control_allow_origins, "",
"Comma seperated list of origins that are allowed to make "
"Comma separated list of origins that are allowed to make "
"cross-origin requests. These domain requests are served with "
"Access-Control-Allow-Origin header.");
+1 -1
View File
@@ -2088,7 +2088,7 @@ void RewriteOptions::AddProperties() {
"", &RewriteOptions::access_control_allow_origins_,
"acao", kAccessControlAllowOrigins,
kDirectoryScope,
"Comma seperated list of origins that are allowed to make cross-origin "
"Comma separated list of origins that are allowed to make cross-origin "
"requests", false);
AddBaseProperty(
+1 -1
View File
@@ -456,7 +456,7 @@ apr_status_t SerfFetch::HandleSSLCertValidation(
apr_status_t SerfFetch::HandleResponse(serf_bucket_t* response) {
if (response == NULL) {
message_handler_->Message(
kInfo, "serf HandlerReponse called with NULL response for %s",
kInfo, "serf HandleResponse called with NULL response for %s",
DebugInfo().c_str());
CallCallback(false);
return APR_EGENERAL;