From: Don Armstrong Date: Thu, 13 Sep 2012 21:11:18 +0000 (-0700) Subject: fix ommitted spelling mistake X-Git-Tag: debian/2.16.0-1_exp+1~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a5b1c63de6db2411a083598709ae99a2f856f1fd;p=lilypond.git fix ommitted spelling mistake --- 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;