summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/penpal.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/penpal.cxx b/test/penpal.cxx
index 4ace5cbe9..69d6e280d 100644
--- a/test/penpal.cxx
+++ b/test/penpal.cxx
@@ -42,7 +42,7 @@ Fl_Window *cvwin { nullptr };
//
// The canvas interface implements incremental drawing and handles draw events.
-// It also implement pressure sensitive drawing with a pen or stylus.
+// It also implements pressure sensitive drawing with a pen or stylus.
// And it implements an overlay plane that visualizes pen event data.
//
class CanvasInterface {