diff mbox

[1/1] genimage: Fix typo in description.

Message ID 20170228112129.7935-1-m.hoffmann@cartelsol.com
State Accepted
Commit 6395652c0a7101bfe5c1ca65d2c8a740fd45ba64
Headers show

Commit Message

Marcus Hoffmann Feb. 28, 2017, 11:21 a.m. UTC
Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
---
 package/genimage/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Feb. 28, 2017, 2:54 p.m. UTC | #1
>>>>> "Marcus" == Marcus Hoffmann <m.hoffmann@cartelsol.com> writes:

 > Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/genimage/Config.in.host b/package/genimage/Config.in.host
index acf777c..5c5a8a8 100644
--- a/package/genimage/Config.in.host
+++ b/package/genimage/Config.in.host
@@ -5,7 +5,7 @@  config BR2_PACKAGE_HOST_GENIMAGE
 	  images from a given root filesystem tree. genimage is
 	  intended to be run in a fakeroot environment.
 
-	  Configuration is done is a config file parsed by
+	  Configuration is done in a config file parsed by
 	  libconfuse. Options like the path to tools can be given in
 	  environment variables, the config file or commandline
 	  switches.