]> code.ossystems Code Review - openembedded-core.git/commitdiff
oe-run-native: fix typo
authorRoss Burton <ross.burton@intel.com>
Tue, 10 Dec 2019 12:38:56 +0000 (12:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 23:25:34 +0000 (23:25 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-run-native

index bea5d696d7001653057b9cace3dcb0cf7d004e03..4e63e69cc4b4ed04edeb5da39881bf78c7bb17b7 100755 (executable)
@@ -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