From 75c6d67bc72c800267df603d56d32c94242069ef Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 10 May 2014 15:31:41 +0000 Subject: [PATCH] * Extention -> extension (By Reinier, bug ID #25979) git-svn-id: trunk@27755 - --- rtl/darwin/console.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/darwin/console.pp b/rtl/darwin/console.pp index 7f6a7b4d1f..1197dd87c7 100644 --- a/rtl/darwin/console.pp +++ b/rtl/darwin/console.pp @@ -1453,11 +1453,11 @@ const { Logitech MouseMan data packet (M+ protocol) } MOUSE_LMAN_BUTTON2DOWN = $20; { middle button, the 4th byte } -{ ALPS GlidePoint extention (variant of M+ protocol) } +{ ALPS GlidePoint extension (variant of M+ protocol) } MOUSE_ALPS_BUTTON2DOWN = $20; { middle button, the 4th byte } MOUSE_ALPS_TAP = $10; { `tapping' action, the 4th byte } -{ Kinsington Thinking Mouse extention (variant of M+ protocol) } +{ Kinsington Thinking Mouse extension (variant of M+ protocol) } MOUSE_THINK_BUTTON2DOWN = $20; { lower-left button, the 4th byte } MOUSE_THINK_BUTTON4DOWN = $10; { lower-right button, the 4th byte }