Skip to content

Commit

Permalink
chore: update copilot.el (#324)
Browse files Browse the repository at this point in the history
avaiable -> available
  • Loading branch information
eltociear authored Jul 13, 2024
1 parent e15bafa commit eedd881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot.el
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ automatically, browse to %s." user-code verification-uri))
(copilot--show-completion completion))))))))

(defsubst copilot--overlay-visible ()
"Return whether the `copilot--overlay' is avaiable."
"Return whether the `copilot--overlay' is available."
(and (overlayp copilot--overlay)
(overlay-buffer copilot--overlay)))

Expand Down

0 comments on commit eedd881

Please sign in to comment.