| Index: chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappLauncherActivity.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappLauncherActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappLauncherActivity.java
|
| index a8e9644a20dcfbeff5e6480758596bef71a55c61..e6d173b0d2ea06e0e9688f6844ca49044f396d6b 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappLauncherActivity.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappLauncherActivity.java
|
| @@ -115,8 +115,8 @@ public class WebappLauncherActivity extends Activity {
|
| }
|
|
|
| /**
|
| - * Checks whether the package being targeted is a valid WebApk and whether the url supplied
|
| - * can be fulfilled by that WebApk.
|
| + * Checks whether the package being targeted is a valid WebAPK and whether the url supplied
|
| + * can be fulfilled by that WebAPK.
|
| *
|
| * @param webapkPackage The package name of the requested WebAPK
|
| * @param url The url to navigate to
|
|
|