branch: externals/bug-hunter
commit da07f041c5d61e0a8d60de4f28f2a7746482070a
Author: Hariharan R <[email protected]>
Commit: Hariharan R <[email protected]>
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 207d664..42e7c4b 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`.