gitlab-ci: fix typo 'plaforms'
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Oct 2019 10:26:16 +0000 (12:26 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 6 Oct 2019 19:20:52 +0000 (15:20 -0400)
%s/plaforms/platforms/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
.gitlab-ci.yml

index a1c5b4fc766fedb574a83355a1fc72552c8c82d5..0c4343468d1fbd2281b5d0ac4f0e5b0da8f07d1e 100644 (file)
@@ -59,7 +59,7 @@ stages:
         fi;
       fi;
 
-build all 32bit ARM plaforms:
+build all 32bit ARM platforms:
   tags: [ 'all' ]
   stage: world build
   script:
@@ -70,7 +70,7 @@ build all 32bit ARM plaforms:
        exit $ret;
      fi;
 
-build all 64bit ARM plaforms:
+build all 64bit ARM platforms:
   tags: [ 'all' ]
   stage: world build
   script:
@@ -84,7 +84,7 @@ build all 64bit ARM plaforms:
        exit $ret;
      fi;
 
-build all PowerPC plaforms:
+build all PowerPC platforms:
   tags: [ 'all' ]
   stage: world build
   script:
@@ -95,7 +95,7 @@ build all PowerPC plaforms:
        exit $ret;
      fi;
 
-build all other plaforms:
+build all other platforms:
   tags: [ 'all' ]
   stage: world build
   script: