Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Currency.inc.php

    r330 r334  
    123123            ));
    124124            if (false === $value || !is_numeric($value)) {
    125                 // Failed retreiving SOAP value. Use cached copy for now.
     125                // Failed retrieving SOAP value. Use cached copy for now.
    126126                $app->logMsg(sprintf('Failed getting SOAP currency exchange rates: %s-to-%s, using cached copy', $base, $target), LOG_NOTICE, __FILE__, __LINE__);
    127127                if (!$value = file_get_contents($cache_file_path)) {
Note: See TracChangeset for help on using the changeset viewer.