[oe-commits] [openembedded-core] 10/74: oe-run-native: fix typo

git at git.openembedded.org git at git.openembedded.org
Sat Dec 28 14:32:03 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0b595e161616dead7bf4bb4a9519db8e2e895126
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Dec 10 12:38:56 2019 +0000

    oe-run-native: fix typo
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/oe-run-native | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/oe-run-native b/scripts/oe-run-native
index bea5d69..4e63e69 100755
--- a/scripts/oe-run-native
+++ b/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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list