diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 22:26:15 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 22:26:15 +0000 |
commit | 935d00fd2e39a0c216f798cb0453b298b9ad689f (patch) | |
tree | 4e61181702d7ac74542eecdc704ecb0447162644 /ppapi/cpp/private/var_private.h | |
parent | 1f1225be279e05a22e672284bf2f1a2200d70740 (diff) | |
download | chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.zip chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.tar.gz chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.tar.bz2 |
[PPAPI] Fix a bunch of spelling mistakes
BUG=none
Review URL: https://codereview.chromium.org/13220002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/private/var_private.h')
-rw-r--r-- | ppapi/cpp/private/var_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/private/var_private.h b/ppapi/cpp/private/var_private.h index 1c4cc8a..7cc0e31 100644 --- a/ppapi/cpp/private/var_private.h +++ b/ppapi/cpp/private/var_private.h @@ -16,7 +16,7 @@ class ScriptableObject; } // VarPrivate is a version of Var that exposes the private scripting API. -// It's designed to be mostly interchangable with Var since most callers will +// It's designed to be mostly interchangeable with Var since most callers will // be dealing with Vars from various places. class VarPrivate : public Var { public: |