From 254f7c1b066d4a8ab065bd27f9ae40b176abc6dc Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 16:15:35 +0000 Subject: [PATCH] Typo: 'frome' -> 'from'. git-svn-id: http://svn.voria.com/code@1088 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-osx/trunk/launcher/applewm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-osx/trunk/launcher/applewm.h b/synfig-osx/trunk/launcher/applewm.h index fb44877..43a12bc 100644 --- a/synfig-osx/trunk/launcher/applewm.h +++ b/synfig-osx/trunk/launcher/applewm.h @@ -94,7 +94,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. typedef struct { int type; /* of event */ unsigned long serial; /* # of last request processed by server */ - Bool send_event; /* true if this came frome a SendEvent request */ + Bool send_event; /* true if this came from a SendEvent request */ Display *display; /* Display the event was read from */ Window window; /* window of event */ Time time; /* server timestamp when event happened */ -- 2.7.4