diff mbox

[1/1] package/pkg-python.mk: Fix typo

Message ID 1397303835-10901-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls April 12, 2014, 11:57 a.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/pkg-python.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni April 12, 2014, 1:59 p.m. UTC | #1
Dear Bernd Kuhls,

On Sat, 12 Apr 2014 13:57:15 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/pkg-python.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/pkg-python.mk b/package/pkg-python.mk
index c78915e..d6786a3 100644
--- a/package/pkg-python.mk
+++ b/package/pkg-python.mk
@@ -183,7 +183,7 @@  endif
 
 # Python interpreter to use for building the package.
 #
-# We may want to specify the python interpreter toi be used for building a
+# We may want to specify the python interpreter to be used for building a
 # package, especially for host-packages (target packages must be built using
 # the same version of the interpreter as the one installed on the target).
 #