Skip to content
  • Tom Anderson's avatar
    Spell length correctly · 1c002503
    Tom Anderson authored
    $ git grep -l lenght | xargs sed -i 's$lenght$length$g'
    $ git grep -l Lenght | xargs sed -i 's$Lenght$Length$g'
    $ git grep -l LENGHT | xargs sed -i 's$LENGHT$LENGTH$g'
    
    TBR=jam@chromium.org
    
    Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.win:win10_chromium_x64_rel_ng
    Change-Id: Ifb5f726445554d530f5e3c8c06e302e7b849ea1f
    Bug: 
    Reviewed-on: https://chromium-review.googlesource.com/692579
    
    
    Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
    Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#514583}
    1c002503