summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.c b/tests/test_config.c
index e5dcd58..cd5fe86 100644
--- a/tests/test_config.c
+++ b/tests/test_config.c
@@ -103,7 +103,7 @@ int main( int argc, char * const argv[] )
XklConfigInit();
XklConfigLoadRegistry();
XklDebug( 0, "Xklavier registry loaded\n" );
- XklDebug( 0, "Bakend: [%s]\n", XklGetBackendName() );
+ XklDebug( 0, "Backend: [%s]\n", XklGetBackendName() );
XklDebug( 0, "Supported features: 0x0%X\n", XklGetBackendFeatures() );
XklDebug( 0, "Max number of groups: %d\n", XklGetMaxNumGroups() );