From: Jan Nieuwenhuizen Date: Fri, 17 May 2002 10:18:52 +0000 (+0000) Subject: Typo fix. X-Git-Tag: release/1.5.57~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=546cefdbf177b7da323f71e41197983b7174d7d1;p=lilypond.git Typo fix. --- diff --git a/ChangeLog b/ChangeLog index 1aa2446787..8a6411cfe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-05-17 Jan Nieuwenhuizen + * flower/include/string.hh: Typo fix. + * lily/include/midi-item.hh: Remove stray i. * Documentation/windows/GNUmakefile: Avoid collapsed directory diff --git a/flower/include/string.hh b/flower/include/string.hh index 4737be12d2..921afb2a65 100644 --- a/flower/include/string.hh +++ b/flower/include/string.hh @@ -53,7 +53,7 @@ class ostream; \item No operator[] is provided, since this would be enormously slow. If needed, -k convert to char const* . + convert to char const* . \end{itemize} */