| Index: chrome/browser/cancelable_request.h
|
| diff --git a/chrome/browser/cancelable_request.h b/chrome/browser/cancelable_request.h
|
| index edbe81778c77f6cbae6612c0778169e7bad118c2..1365a26889917abbb895004c68e3b29bc5be410c 100644
|
| --- a/chrome/browser/cancelable_request.h
|
| +++ b/chrome/browser/cancelable_request.h
|
| @@ -297,7 +297,7 @@ class CancelableRequestConsumerTSimple : public CancelableRequestConsumerBase {
|
| typename PendingRequestList::iterator i =
|
| pending_requests_.find(PendingRequest(provider, handle));
|
| if (i == pending_requests_.end()) {
|
| - NOTREACHED() << "Got a complete notification for a nonexistant request";
|
| + NOTREACHED() << "Got a complete notification for a nonexistent request";
|
| return;
|
| }
|
|
|
|
|