Révision f776b7e0
Fix spelling mistakes in variable names
Thanks, codespell!
| plugins/rackspace/rackspace_cdn_count.php | ||
|---|---|---|
| 17 | 17 |
|
| 18 | 18 |
function SplitTwice($content,$first,$second) {
|
| 19 | 19 |
$s1=split($first,$content); |
| 20 |
$splitted=split($second,$s1[1]);
|
|
| 21 |
return trim($splitted[0]);
|
|
| 20 |
$tokens=split($second,$s1[1]);
|
|
| 21 |
return trim($tokens[0]);
|
|
| 22 | 22 |
} |
| 23 | 23 |
|
| 24 | 24 |
|
Formats disponibles : Unified diff