fix misspelling

funtcion -> function
This commit is contained in:
GaugeK 2020-08-18 10:45:35 +10:00
parent 33cbb7e3d8
commit 516d8c1592

View file

@ -114,7 +114,7 @@ A handle to a keyboard.
#### keyboard:keymap(keymap) #### keyboard:keymap(keymap)
The funtcion takes a table as parameter. The function takes a table as parameter.
The possible table indexes are "rules, model, layout, variant, options". The possible table indexes are "rules, model, layout, variant, options".
All the table parameters are optional and set to the system default if not set. All the table parameters are optional and set to the system default if not set.
For the values to set have a look at the xkbcommon library. For the values to set have a look at the xkbcommon library.