aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scrumelo.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/scrumelo.el b/scrumelo.el
index 711075a..73b6aab 100644
--- a/scrumelo.el
+++ b/scrumelo.el
@@ -15,12 +15,12 @@
;;; Code:
-(defvar scrum-project-file "~/projects/scrumelo/aeos.org"
- "The file containing the scrumm backlog.")
+(defvar scrumelo-project-file "~/projects/scrumelo/aeos.org"
+ "The file containing the scrum backlog.")
(defun scrumelo-backlog-page (httpcon)
"Send the backlog overview over HTTPCON."
- (let ((buffer (find-file-noselect scrum-project-file)))
+ (let ((buffer (find-file-noselect scrumelo-project-file)))
(elnode-http-start httpcon 200 '("Content-Type" . "text/html"))
(elnode-http-return
httpcon