Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: ppapi/c/pp_resource.h

Issue 13220002: [PPAPI] Fix a bunch of spelling mistakes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/pp_input_event.h ('k') | ppapi/c/pp_touch_point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_resource.h
diff --git a/ppapi/c/pp_resource.h b/ppapi/c/pp_resource.h
index 2ea82bc808abf7a8cf22d73f5b046817e6de8e0d..d63e13d560df2dbdc3d15946f306b4ba9d1984c2 100644
--- a/ppapi/c/pp_resource.h
+++ b/ppapi/c/pp_resource.h
@@ -1,9 +1,9 @@
-/* Copyright (c) 2011 The Chromium Authors. All rights reserved.
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-/* From pp_resource.idl modified Sat Jul 16 16:50:26 2011. */
+/* From pp_resource.idl modified Thu Mar 28 10:09:51 2013. */
#ifndef PPAPI_C_PP_RESOURCE_H_
#define PPAPI_C_PP_RESOURCE_H_
@@ -23,7 +23,7 @@
* @{
*/
/**
- * This typdef represents an opaque handle assigned by the browser to the
+ * This typedef represents an opaque handle assigned by the browser to the
* resource. The handle is guaranteed never to be 0 for a valid resource, so a
* module can initialize it to 0 to indicate a "NULL handle." Some interfaces
* may return a NULL resource to indicate failure.
« no previous file with comments | « ppapi/c/pp_input_event.h ('k') | ppapi/c/pp_touch_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698