Skip to content

Commit

Permalink
Fixed typo: Predicated -> Predicted (2 instances) (#7222)
Browse files Browse the repository at this point in the history
The text that should have been "Predicted usage" was written as "Predicated usage" for both occurrences in the file.
  • Loading branch information
darthsco authored and murrant committed Aug 24, 2017
1 parent f2c69f3 commit e0d3083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/pages/bill.inc.php
Expand Up @@ -176,7 +176,7 @@ function print_port_list()
<tr>
<td colspan="2">
<?php
echo 'Predicated usage: ' . format_bytes_billing(getPredictedUsage($bill_data['bill_day'], $bill_data['total_data']));
echo 'Predicted usage: ' . format_bytes_billing(getPredictedUsage($bill_data['bill_day'], $bill_data['total_data']));
?>
</td>
<?php
Expand All @@ -198,7 +198,7 @@ function print_port_list()
<tr>
<td colspan="2">
<?php
echo 'Predicated usage: ' . format_bytes_billing(getPredictedUsage($bill_data['bill_day'], $bill_data['rate_95th']));
echo 'Predicted usage: ' . format_bytes_billing(getPredictedUsage($bill_data['bill_day'], $bill_data['rate_95th']));
?>
</td>

Expand Down

0 comments on commit e0d3083

Please sign in to comment.