Index: ppapi/cpp/dev/file_chooser_dev.h |
diff --git a/ppapi/cpp/dev/file_chooser_dev.h b/ppapi/cpp/dev/file_chooser_dev.h |
index 4feee6a59bdb4f9a8a1828f295ee390ea1535b8a..10b0ba0122c7fc2f71d4ca57fe6df537beba3b16 100644 |
--- a/ppapi/cpp/dev/file_chooser_dev.h |
+++ b/ppapi/cpp/dev/file_chooser_dev.h |
@@ -86,7 +86,7 @@ class FileChooser_Dev : public Resource { |
PP_CompletionCallback original_callback; |
}; |
- // Provide backwards-compatability for older versions. Converts the old-style |
+ // Provide backwards-compatibility for older versions. Converts the old-style |
// 0.5 "iterator" interface to the new-style 0.6 "array output" interface that |
// the caller is expecting. |
// |