From 05a8107ff689284c22b2a89498ade31493c06cfc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 2 Oct 2015 21:59:05 -0400 Subject: [PATCH] fix comment spelling --- libs/surfaces/mackie/surface.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/mackie/surface.cc b/libs/surfaces/mackie/surface.cc index 26526a57b1..eb77e32c97 100644 --- a/libs/surfaces/mackie/surface.cc +++ b/libs/surfaces/mackie/surface.cc @@ -961,7 +961,7 @@ Surface::say_hello () _port->write (wakeup); wakeup[4] = 0x15; /* wakup Mackie XT */ _port->write (wakeup); - wakeup[4] = 0x10; /* wakupe Logic Control */ + wakeup[4] = 0x10; /* wakeup Logic Control */ _port->write (wakeup); wakeup[4] = 0x11; /* wakeup Logic Control XT */ _port->write (wakeup);