summaryrefslogtreecommitdiff
path: root/rules/xml2lst.pl
diff options
context:
space:
mode:
authorsvu <svu>2005-07-28 23:07:51 +0000
committersvu <svu>2005-07-28 23:07:51 +0000
commit211036263348a379fc44815ca171daf1388677d0 (patch)
tree6dda5bb6ba12f0a2fd47c106bf6827151a90bb0a /rules/xml2lst.pl
parent6cbf1c3d60b538a2a7a6a577217472a8f2f28bb9 (diff)
downloadxkeyboard-config-211036263348a379fc44815ca171daf1388677d0.tar.gz
option, not options
Diffstat (limited to 'rules/xml2lst.pl')
-rw-r--r--rules/xml2lst.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xml2lst.pl b/rules/xml2lst.pl
index 56cf0cd..478fce8 100644
--- a/rules/xml2lst.pl
+++ b/rules/xml2lst.pl
@@ -60,7 +60,7 @@ for $l (@layouts) {
}
}
-print "\n! options\n";
+print "\n! option\n";
for $g (@options) {
($name) = node_by_name($g, 'name');
@desc = node_by_name($g, 'description');