fix typos in hooks/money.inc.php
authorJeremy Laine <jeremy.laine@m4x.org>
Sat, 9 Apr 2005 01:22:17 +0000 (01:22 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:23 +0000 (23:28 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-530

hooks/money.inc.php

index 5376b30..9fb93dd 100644 (file)
@@ -29,8 +29,8 @@ class MoneyConfig
     var $mpay_def_id   = 0;
     var $mpay_def_meth = 0;
     var $mpay_tprefix  = 'paiement.';
-    var $paypal_site = '';
-    var $paypal_comte = '';
+    var $paypal_site   = '';
+    var $paypal_compte = '';
 }
 
 // }}}
@@ -49,7 +49,7 @@ function money_menu()
 {
     global $globals;
     if ($globals->money->mpay_enable) {
-        $globals->menu->addPrivateEntry(XOM_SERVICES, 30, 'Micropaiments', 'paiement/');
+        $globals->menu->addPrivateEntry(XOM_SERVICES, 30, 'Micropaiements', 'paiement/');
     }
 }