branch: elpa/typst-ts-mode
commit e88a44b0734e6384d1ede6917c903eda970241a6
Author: 0xbg <[email protected]>
Commit: 0xbg <[email protected]>

    fix: Typo
    
    Signed-off-by: 0xbg <[email protected]>
---
 typst-ts-compile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typst-ts-compile.el b/typst-ts-compile.el
index 40ce74293c7..58de17c3ce0 100644
--- a/typst-ts-compile.el
+++ b/typst-ts-compile.el
@@ -34,7 +34,7 @@ compilation buffer before compilation."
            typst-ts-compile-hide-compilation-buffer-if-success
            (string-match-p "finished" (string-trim msg)))
       (delete-windows-on compilation-buffer)
-      (message "Execute typst copmile successfully."))
+      (message "Execute typst compile successfully."))
     (unwind-protect
         (with-current-buffer cur-buffer
           (run-hook-with-args 'typst-ts-compile-after-compilation-hook 
compilation-buffer msg))

Reply via email to