Skip to content

Commit c965a34

Browse files
md3f4ltmseagle0128
authored andcommitted
fix: correct typo in error message
1 parent 96a927d commit c965a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grip-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Use default browser unless `xwidget' is available."
177177
((executable-find "mdopen") 'mdopen)
178178
((executable-find "go-grip") 'go-grip)
179179
((executable-find "grip") 'grip)
180-
(t (user-error "No grip comamnd is available in PATH environment")))))
180+
(t (user-error "No grip command is available in PATH environment")))))
181181

182182
;; Generate random port
183183
(while (< grip--port 6419)

0 commit comments

Comments
 (0)