See attached.

>From 9b21849b9b7d9f36f57241e80d005535f07b788c Mon Sep 17 00:00:00 2001
From: Nicholas Vollmer <iarchivedmywholel...@gmail.com>
Date: Sun, 3 Sep 2023 15:41:51 -0400
Subject: [PATCH] ob-lilypond.el: Fix docstring typos

---
 lisp/ob-lilypond.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el
index b6ee91f58..ca4005d71 100644
--- a/lisp/ob-lilypond.el
+++ b/lisp/ob-lilypond.el
@@ -145,7 +145,7 @@ org-babel-expand-body:lilypond
     body))
 
 (defun org-babel-execute:lilypond (body params)
-  "Execute lilypond src blcok according to arragne mode.
+  "Execute LilyPond src block according to arrange mode.
 See `org-babel-execute-src-block' for BODY and PARAMS.
 When in arrange mode, tangle all blocks and process the result.
 Otherwise, execute block according to header settings."
-- 
2.42.0

Reply via email to