diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-02-27 16:06:22 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-02-27 16:06:22 +0100 |
commit | da09a394b3eab66d2a0a649df836b0ab98b056ad (patch) | |
tree | 6fc7abe76629e65f7a5fb19c45e105ae23777c55 | |
parent | 80ef0b79f121db0da447b08122c7d44a0854f809 (diff) |
fix typo
-rw-r--r-- | src/frontend/checkout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php index 4d9f628e..16c4a69c 100644 --- a/src/frontend/checkout.php +++ b/src/frontend/checkout.php @@ -176,7 +176,7 @@ function taler_pay(form) { /* This function is called when the user presses the 'Ok' button. We are now supposed to trigger the - "corret" payment system logic. For this demo, we + "correct" payment system logic. For this demo, we only handle "taler". */ function pay(form) { var choice = form.elements["payment_system"].value; |