]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: fix minor typo in comments
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 29 May 2018 21:29:48 +0000 (14:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Jun 2018 15:54:22 +0000 (16:54 +0100)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index fab3dcccba168f132f08352e61ba130e588639be..3f63a250251d9ebb5eddad7cef8d249b22a96057 100644 (file)
@@ -93,7 +93,7 @@ VOLATILE_LOG_DIR ?= "yes"
 # Architecture-dependent build variables.
 ##################################################################
 
-# Immediate expansion since there is no point in reapeatedly calling
+# Immediate expansion since there is no point in repeatedly calling
 # os.uname() throughout parsing
 BUILD_ARCH := "${@os.uname()[4]}"
 BUILD_OS := "${@os.uname()[0].lower()}"