diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 07:44:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 07:44:31 +0000 |
commit | eaa1b74709af565820bf530ecb39538109086b21 (patch) | |
tree | e7fc09e5caf31593471217225c4bb8ffb5db1dbb | |
parent | 35ceb3598450f52cfc6d5acc32f616bbccdc57ce (diff) | |
download | drakx-eaa1b74709af565820bf530ecb39538109086b21.tar drakx-eaa1b74709af565820bf530ecb39538109086b21.tar.gz drakx-eaa1b74709af565820bf530ecb39538109086b21.tar.bz2 drakx-eaa1b74709af565820bf530ecb39538109086b21.tar.xz drakx-eaa1b74709af565820bf530ecb39538109086b21.zip |
typo fix
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ee2c82c4e..f2923e971 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -205,7 +205,7 @@ our %l = ( # USB tablets and touchscreens: tablet => [ qw(acecad aiptek wacom kbtab) ], touchscreen => [ qw(mtouchusb touchkitusb) ], - } + }, various => # just here for classification, unused categories (nor auto-detect, nor load_thiskind) |