Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 0980633

Browse files
committed
Merge pull request #858 from vlajos/typofixes-vlajos-20141204
typofixes - https://github.com/vlajos/misspell_fixer
2 parents 4885d44 + c1c83aa commit 0980633

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ngx_base_fetch.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void NgxBaseFetch::HandleHeadersComplete() {
144144
}
145145
}
146146

147-
// For the IPRO lookup, supress notification of the nginx side here.
147+
// For the IPRO lookup, suppress notification of the nginx side here.
148148
// If we send both this event and the one from done, nasty stuff will happen
149149
// if we loose the race with with the nginx side destructing this base fetch
150150
// instance (and thereby clearing the byte and its pending extraneous event.

src/ngx_fetch.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ const char* NgxFetch::str_url() {
447447
return str_url_.c_str();
448448
}
449449

450-
// This function should be called only once. The only argument is sucess or
450+
// This function should be called only once. The only argument is success or
451451
// not.
452452
void NgxFetch::CallbackDone(bool success) {
453453
ngx_log_error(NGX_LOG_DEBUG, log_, 0, "NgxFetch %p: CallbackDone: %s\n",

src/ngx_url_async_fetcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class NgxUrlAsyncFetcher : public UrlAsyncFetcher {
5959
~NgxUrlAsyncFetcher();
6060

6161
// It should be called in the module init_process callback function. Do some
62-
// intializations which can't be done in the master process
62+
// initializations which can't be done in the master process
6363
bool Init();
6464

6565
// shutdown all the fetches.

0 commit comments

Comments
 (0)