aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Plotnick <shrike@netaxs.com>2019-11-08 09:35:55 -0700
committerAlex Plotnick <shrike@netaxs.com>2019-11-08 09:35:55 -0700
commit03f97543ff66cf45d5e9f6dd1e45113cea9fd019 (patch)
treed086335a67088bf3aeea2c17c537fc96f3b6401d
parent6edc1d0a4156d33c3da0c1649c308b809fda46e1 (diff)
Fix typos in package commentary
-rw-r--r--dictionary.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/dictionary.el b/dictionary.el
index 45548ee..40e9313 100644
--- a/dictionary.el
+++ b/dictionary.el
@@ -22,14 +22,14 @@
;;; Commentary:
-;; dictionary allows you to interact with dictionary servers. Use M-x
-;; customize-group dictioanry to modify all user settings.
+;; dictionary allows you to interact with dictionary servers.
+;; Use M-x customize-group dictionary to modify user settings.
;;
;; Main functions for interaction are:
;; dictionary - opens a new dictionary buffer
;; dictionary-search - search for the definition of a word
;;
-;; You can find more information in the README file of the gibhub
+;; You can find more information in the README file of the GitHub
;; repository https://github.com/myrkr/dictionary-el
;;; Code: