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_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