r71152 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71151‎ | r71152 | r71153 >
Date:07:24, 16 August 2010
Author:tstarling
Status:deferred
Tags:
Comment:
Fixed some typos in comments
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/extras/extras.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/minfraud.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -9,7 +9,7 @@
1010 * 'review', 'reject'. These values can be set during
1111 * data processing validation, for instance.
1212 *
13 - * Hooks are exposed to handle the differet actions.
 13+ * Hooks are exposed to handle the different actions.
1414 *
1515 * Defaults to 'process'.
1616 * @var string
Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/minfraud.php
@@ -132,7 +132,7 @@
133133 }
134134 }
135135 } else {
136 - // log potential tamporing
 136+ // log potential tampering
137137 if ( $this->log_fh ) $this->log( $data[ 'contribution_tracking_id'], 'Data hash/action mismatch' );
138138 }
139139 }
Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/extras.php
@@ -1,6 +1,6 @@
22 <?php
33 /**
4 - * An abstract class for payflowprog gateway 'extras'
 4+ * An abstract class for payflowpro gateway 'extras'
55 *
66 * To enable logging:
77 * $wgPayflowGatewayLog = '<path to log file>';
@@ -23,7 +23,7 @@
2424 }
2525
2626 /**
27 - * Prepared a log file
 27+ * Prepare a log file
2828 *
2929 * @param string path to log file
3030 * @return resource Pointer for the log file
@@ -76,7 +76,7 @@
7777 }
7878
7979 /**
80 - * Cloase the open log file handler if it's open
 80+ * Close the open log file handler if it's open
8181 */
8282 public function __destruct() {
8383 if ( $this->log_fh ) fclose( $this->log_fh );

Status & tagging log