Skip to content

Commit

Permalink
fix: missing a word in first choice connection message
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisAyroles committed Jul 7, 2021
1 parent ba6f0d5 commit 821deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn-ocaml.el
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ Note: this function will be used by `learn-ocaml-login-with-token'."
(defun learn-ocaml-login-possibly-with-passwd (server callback)
"Connect the user when learn-ocaml-use-passwd=true with a (login,passwd) or a token and continue with the CALLBACK."
(cl-case (x-popup-dialog
t `("Welcome to Learn OCaml mode for Emacs.\nWhat do you to do?\n"
t `("Welcome to Learn OCaml mode for Emacs.\nWhat do you want to do?\n"
("Sign in" . 1)
("Sign up" . 2)
("Connect with an old token" . 3)))
Expand Down

0 comments on commit 821deea

Please sign in to comment.