summaryrefslogtreecommitdiffstats
path: root/etc/inc/voucher.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-10-15 09:14:56 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-10-15 09:14:56 -0300
commit26f131b816e4925b94a7c74601238e5250c620c8 (patch)
treedfe74d6f7917f5abb4d35d7b023967bbe523d6e4 /etc/inc/voucher.inc
parentb96f6496c37abb19557e7ff3b979a4c2d709b321 (diff)
downloadpfsense-26f131b816e4925b94a7c74601238e5250c620c8.zip
pfsense-26f131b816e4925b94a7c74601238e5250c620c8.tar.gz
Fix typo
Diffstat (limited to 'etc/inc/voucher.inc')
-rw-r--r--etc/inc/voucher.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc
index 27e6763..1aaf91e 100644
--- a/etc/inc/voucher.inc
+++ b/etc/inc/voucher.inc
@@ -170,7 +170,7 @@ function voucher_auth($voucher_received, $test = 0) {
} else {
// mark bit for this voucher as used
$bitstring[$roll][$pos] = chr(ord($bitstring[$roll][$pos]) | $mask);
- $test_result[] = sprintf(gettext('%1$s (%2$s/%3$) good for %4$d Minutes'), $voucher, $roll, $nr, $minutes_per_roll[$roll]);
+ $test_result[] = sprintf(gettext('%1$s (%2$s/%3$s) good for %4$d Minutes'), $voucher, $roll, $nr, $minutes_per_roll[$roll]);
$total_minutes += $minutes_per_roll[$roll];
}
}
OpenPOWER on IntegriCloud