commit 872c178647a52857fb0357a43ef06dcc9e3d1dd0 parent 808c07843f4591fc71b19a3e2ffeca2383d396e4 Author: Johannes Lorenz <j.git@lorenz-ho.me> Date: Tue, 24 Dec 2019 19:03:41 +0100 Fix spelling mistakes Diffstat:
M | src/Containers/NotePool.cpp | | | 2 | +- |
M | src/Containers/NotePool.h | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Containers/NotePool.cpp b/src/Containers/NotePool.cpp @@ -246,7 +246,7 @@ bool NotePool::synthFull(int sdesc_count) const return actually_free < sdesc_count; } -//Note that isn't KEY_PLAYING or KEY_RELASED_AND_SUSTAINING +//Note that isn't KEY_PLAYING or KEY_RELEASED_AND_SUSTAINING bool NotePool::existsRunningNote(void) const { //printf("runing note # =%d\n", getRunningNotes()); diff --git a/src/Containers/NotePool.h b/src/Containers/NotePool.h @@ -129,7 +129,7 @@ class NotePool bool full(void) const; bool synthFull(int sdesc_count) const; - //Note that isn't KEY_PLAYING or KEY_RELASED_AND_SUSTAINING + //Note that isn't KEY_PLAYING or KEY_RELEASED_AND_SUSTAINING bool existsRunningNote(void) const; int getRunningNotes(void) const; void enforceKeyLimit(int limit);