libevdev: fix minor typo
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Dec 2013 14:58:16 +0000 (15:58 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Dec 2013 14:58:16 +0000 (15:58 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libevdev/libevdev.mk

index 693da249a846c257d4a9961a87da37510ee06280..3a022304c07480e7af5c93c6a443a8981692e882 100644 (file)
@@ -13,7 +13,7 @@ LIBEVDEV_LICENSE_FILES = COPYING
 LIBEVDEV_DEPENDENCIES = host-pkgconf
 
 # Needs Python to generate a header file
-# We can't rely on the system pPython, since it may be too old
+# We can't rely on the system Python, since it may be too old
 # (missing argparse in python 2.6)
 LIBEVDEV_DEPENDENCIES += host-python