summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-13 10:54:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-13 10:54:59 +0100
commit970ae30bab198b56aca7616f412652c054fef6a4 (patch)
treef53bd9ea8a420011a4f9e4a0106ac69400e8a1e7
parent17ba0dfffe487cede4d1dca7ab9e655d87cf1fb0 (diff)
downloadsurf-display-970ae30bab198b56aca7616f412652c054fef6a4.tar.gz
surf-display-970ae30bab198b56aca7616f412652c054fef6a4.tar.bz2
surf-display-970ae30bab198b56aca7616f412652c054fef6a4.zip
examples/surf-display.default: Fix typo (double underscore in var name).
-rw-r--r--examples/surf-display.default2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/surf-display.default b/examples/surf-display.default
index 789e5a6..668cb0b 100644
--- a/examples/surf-display.default
+++ b/examples/surf-display.default
@@ -22,7 +22,7 @@ DEFAULT_WWW_URI="file:///usr/share/surf-display/empty-page.html"
# Setting for internal inactivity timer to restart surf-display
# if the user goes inactive/idle.
-#INACTIVITY__INTERVAL="300"
+#INACTIVITY_INTERVAL="300"
# log to syslog instead of .xsession-errors
#LOG_TO_SYSLOG="no"