summaryrefslogtreecommitdiff
path: root/test/penpal.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-11-20 22:24:21 +0100
committerMatthias Melcher <github@matthiasm.com>2025-11-20 22:24:21 +0100
commit8dcc99279e54d0d044813e12deb0c55633a6c277 (patch)
treeb4b339136bdf132a354d85e4abc510980a1217f2 /test/penpal.cxx
parentb1d63e08427288d80fc368dac3e2efecebe1585a (diff)
Adjust some pen driver comments.
Made global variables private.
Diffstat (limited to 'test/penpal.cxx')
-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 {