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

Unified Diff: ppapi/api/pp_file_info.idl

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/api/pp_errors.idl ('k') | ppapi/api/pp_input_event.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/pp_file_info.idl
diff --git a/ppapi/api/pp_file_info.idl b/ppapi/api/pp_file_info.idl
index b0fa373240db31a0c7c963055619d17cef0f83eb..0d2c3b60e85d604b0cecc21408910415df575f92 100644
--- a/ppapi/api/pp_file_info.idl
+++ b/ppapi/api/pp_file_info.idl
@@ -29,7 +29,7 @@ enum PP_FileSystemType {
PP_FILESYSTEMTYPE_INVALID = 0,
/** For external file system types */
PP_FILESYSTEMTYPE_EXTERNAL = 1,
- /** For local persistant file system types */
+ /** For local persistent file system types */
PP_FILESYSTEMTYPE_LOCALPERSISTENT = 2,
/** For local temporary file system types */
PP_FILESYSTEMTYPE_LOCALTEMPORARY = 3
« no previous file with comments | « ppapi/api/pp_errors.idl ('k') | ppapi/api/pp_input_event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698