From a5b1c63de6db2411a083598709ae99a2f856f1fd Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 13 Sep 2012 14:11:18 -0700 Subject: [PATCH] fix ommitted spelling mistake --- lily/unpure-pure-container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/unpure-pure-container.cc b/lily/unpure-pure-container.cc index 2caba1216e..be40ccefda 100644 --- a/lily/unpure-pure-container.cc +++ b/lily/unpure-pure-container.cc @@ -54,7 +54,7 @@ LY_DEFINE (ly_make_unpure_pure_container, "ly:make-unpure-pure-container", 1, 1, 0, (SCM unpure, SCM pure), "Make an unpure-pure container. @var{unpure} should be an unpure" " expression, and @var{pure} should be a pure expression. If @var{pure}" - " is ommitted, the value of @var{unpure} will be used twice.") + " is omitted, the value of @var{unpure} will be used twice.") { SCM z; -- 2.39.5