summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal <rafalrudko.cmzzs@gmail.com>2018-09-10 14:05:12 +0200
committerRafal <rafalrudko.cmzzs@gmail.com>2018-09-10 14:05:12 +0200
commit52d7b33193b7ba9c6e3c774a364295dd86ac0506 (patch)
tree8ab3a7d868d565fae1429c21186bee1f629ecafe
parent5298bf5d110073e9508f6357ae28eee46ad29406 (diff)
Fix typo in chess-puzzle.el
-rw-r--r--chess-puzzle.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-puzzle.el b/chess-puzzle.el
index 5cff25c..557a0b1 100644
--- a/chess-puzzle.el
+++ b/chess-puzzle.el
@@ -74,7 +74,7 @@ it. Useful if you have all of your puzzles in a single file."
(end-of-puzzles . "There are no more puzzles in this collection")))
;;;###autoload
-(defun chess-puzzle-set-defualt-file (file)
+(defun chess-puzzle-set-default-file (file)
"Set the default puzzle file to FILE for the current session.
Useful mostly if you use `chess-puzzle-autoload-file'."