Browse Source

libevdev: fix minor typo

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 11 năm trước cách đây
mục cha
commit
360b09cb01
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/libevdev/libevdev.mk

+ 1 - 1
package/libevdev/libevdev.mk

@@ -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