diff options
| author | John Wiegley <jwiegley@gmail.com> | 2016-12-22 08:56:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-22 08:56:16 -0800 |
| commit | 4b7f4e525d07e435e3aa1590f0286f30d2ce65a8 (patch) | |
| tree | 4b045cc4e9f8a20e319048f5c710581de369f210 /chess-crafty.el | |
| parent | 27f7bd75f2f5cc60a96af6e116381af7c8439d72 (diff) | |
| parent | cac198c9bd8dfac53c26b5e42b21d465b35c8ac4 (diff) | |
Merge pull request #11 from tychobrailleur/master
Fix typo in option docstring
Diffstat (limited to 'chess-crafty.el')
| -rw-r--r-- | chess-crafty.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-crafty.el b/chess-crafty.el index ea78090..d37c6b1 100644 --- a/chess-crafty.el +++ b/chess-crafty.el @@ -26,7 +26,7 @@ (require 'chess-var) (defgroup chess-crafty nil - "The publically available chess engine 'crafty'." + "The publicly available chess engine 'crafty'." :group 'chess-engine) (defcustom chess-crafty-path (or (executable-find "crafty") |
