| Index: ppapi/cpp/url_response_info.h
|
| diff --git a/ppapi/cpp/url_response_info.h b/ppapi/cpp/url_response_info.h
|
| index 682fbf7424d185d43bdbd5caff246f08b74dbda4..f9e60cfb828aae2fc9b6f34c1927eeefee03572a 100644
|
| --- a/ppapi/cpp/url_response_info.h
|
| +++ b/ppapi/cpp/url_response_info.h
|
| @@ -15,7 +15,7 @@ namespace pp {
|
|
|
| class FileRef;
|
|
|
| -/// URLResponseInfo provides an API for examaning URL responses.
|
| +/// URLResponseInfo provides an API for examining URL responses.
|
| class URLResponseInfo : public Resource {
|
| public:
|
| /// Default constructor. This constructor creates an <code>is_null</code>
|
|
|