Browse Source

oe-run-native: fix typo

Signed-off-by: Ross Burton <ross.burton@intel.com>
Ross Burton 4 years ago
parent
commit
3038c0d628
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/oe-run-native

+ 1 - 1
scripts/oe-run-native

@@ -16,7 +16,7 @@ if [ $# -lt 1 -o "$1" = '--help' -o "$1" = '-h' ] ; then
     echo 'OpenEmbedded run-native - runs native tools'
     echo ''
     echo 'arguments:'
-    echo '  native-recipe       The recipe which provoides tool'
+    echo '  native-recipe       The recipe which provides tool'
     echo '  tool                Native tool to run'
     echo ''
     exit 2