branch: externals/bug-hunter
commit 0794ccf81a2069888b00e6122028b0315a68594b
Merge: 9e4eb56 da07f04
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Merge pull request #8 from hariharanr5/master
minor typo fixes
---
bug-hunter.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bug-hunter.el b/bug-hunter.el
index f7ce028..e0a35a9 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -23,7 +23,7 @@
;;; Commentary:
;; `bug-hunter' is an Emacs library that finds the source of an error or
-;; unexpected behavior inside an elisp configuration file (tipically
+;; unexpected behavior inside an elisp configuration file (typically
;; `init.el' or `.emacs').
;;
;;
@@ -68,7 +68,7 @@
;; Installation
;; ============
;;
-;; Bug Hunter will be on Gelpa shortly. For now, do the following:
+;; Bug Hunter will be on Melpa shortly. For now, do the following:
;; 1. Open the `bug-hunter.el` file.
;; 2. Issue `M-x package-install-from-buffer`.