]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
Typos: Lilypond -> LilyPond, explicite -> explicit, fix docstring
[lilypond.git] / flower / include / interval.hh
index a38c14b0fcf3fde52850e3a006f5485130444ffc..27e221af8c7d61a3d937a7971941adec7fb2364c 100644 (file)
@@ -14,7 +14,7 @@
 
 /* A T interval.  This represents the closed interval [left,right].
    No invariants.  T must be a totally ordered ring (with division, anyway ..)
-   At instantiation, the function infinity () has to be defined explicitely. */
+   At instantiation, the function infinity () has to be defined explicitly. */
 template<class T>
 struct Interval_t : public Drul_array<T>
 {