projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f167d
)
Typo fix.
author
jan
<jan>
Fri, 17 May 2002 10:18:52 +0000
(10:18 +0000)
committer
jan
<jan>
Fri, 17 May 2002 10:18:52 +0000
(10:18 +0000)
ChangeLog
patch
|
blob
|
history
flower/include/string.hh
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 1aa244678703ee267b9164edec1fa289f2dd4495..8a6411cfe8298e099190b85e212d8aa0460ebfb0 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2002-05-17 Jan Nieuwenhuizen <janneke@gnu.org>
+ * 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 4737be12d2eddf50814180313b72c2ec0a867200..921afb2a65d2f6b14dff230e6e005649fe1b541d 100644
(file)
--- 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}
*/