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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentInformation.java

Issue 2151853002: Fix a typo in PaymentInformation.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a typo in PaymentInformation.java Created 4 years, 5 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 | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentInformation.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentInformation.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentInformation.java
index dee067e828a822047327caa91e8484d4208dd436..a08bbf9d8037199603f58a3a8c77667d6d587fb7 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentInformation.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentInformation.java
@@ -17,11 +17,11 @@ public class PaymentInformation {
/**
* Builds the payment information to show in the PaymentRequest view.
*
- * @param shoppingCart The shopping cart.
- * @param sippingAddresses The shipping addresses.
- * @param shippingOptions The shipping options.
- * @param contactDetails The contact details.
- * @param paymentMethods The payment methods.
+ * @param shoppingCart The shopping cart.
+ * @param shippingAddresses The shipping addresses.
+ * @param shippingOptions The shipping options.
+ * @param contactDetails The contact details.
+ * @param paymentMethods The payment methods.
*/
public PaymentInformation(ShoppingCart shoppingCart, SectionInformation shippingAddresses,
SectionInformation shippingOptions, SectionInformation contactDetails,
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698