branch: externals/a68-mode
commit 598043beb11985510cf54b05df11ec92ff80187b
Author: Jose E. Marchesi <[email protected]>
Commit: Jose E. Marchesi <[email protected]>

    Fix typo in a68-mode comment
---
 a68-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/a68-mode.el b/a68-mode.el
index cf271338eac..77a54feb4fe 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -1622,7 +1622,7 @@ UPPER stropping version."
 
 ;;;###autoload
 (define-derived-mode a68-mode prog-mode "Algol68"
-  "Major mode for editing Alogl68 files."
+  "Major mode for editing Algol68 files."
   ;; First determine the stropping regime
   (setq-local a68--stropping-regime
               (a68--figure-out-stropping-regime))

Reply via email to