Projet

Général

Profil

Révision f776b7e0

IDf776b7e04fcba70ad76afc8978db45b826e9663a
Parent 8713eb37
Enfant 5215545c

Ajouté par Lars Kruse il y a plus de 5 ans

Fix spelling mistakes in variable names

Thanks, codespell!

Voir les différences:

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