Fix some typos caught by lintian
This commit is contained in:
@@ -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_;
|
||||
|
||||
@@ -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.");
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user