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