X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Finterval.hh;fp=flower%2Finclude%2Finterval.hh;h=27e221af8c7d61a3d937a7971941adec7fb2364c;hb=4de166b926eb374623101ef8d80fb0f67444b019;hp=a38c14b0fcf3fde52850e3a006f5485130444ffc;hpb=cc828ca37fa97fa670b0b5f3d91eabdbdcd0514e;p=lilypond.git diff --git a/flower/include/interval.hh b/flower/include/interval.hh index a38c14b0fc..27e221af8c 100644 --- a/flower/include/interval.hh +++ b/flower/include/interval.hh @@ -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 struct Interval_t : public Drul_array {