diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-10 17:49:29 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-10 17:49:29 +0000 |
commit | 778a39a891dfdb109d1eacada1bbaa333e70f903 (patch) | |
tree | 83cbbc743070ed18ce1cbd034edc23973d16dc34 /ppapi | |
parent | 7231f13ac30bcbfbebf60ecbe39408e0bde2d0e5 (diff) | |
download | chromium_src-778a39a891dfdb109d1eacada1bbaa333e70f903.zip chromium_src-778a39a891dfdb109d1eacada1bbaa333e70f903.tar.gz chromium_src-778a39a891dfdb109d1eacada1bbaa333e70f903.tar.bz2 |
Fix typo in ppapi/shared_impl/README.txt
BUG=none
TEST=none
NOTRY=true
Review URL: https://codereview.chromium.org/158873008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/shared_impl/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/shared_impl/README.txt b/ppapi/shared_impl/README.txt index 71ff8d6..31a62d3 100644 --- a/ppapi/shared_impl/README.txt +++ b/ppapi/shared_impl/README.txt @@ -1,2 +1,2 @@ This directory contains implementation code for PPAPI that needs to be shared -between the backend implemntation in the renderer and in the proxy. +between the backend implementation in the renderer and in the proxy. |