From: dooglus Date: Tue, 30 Oct 2007 16:15:35 +0000 (+0000) Subject: Typo: 'frome' -> 'from'. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=254f7c1b066d4a8ab065bd27f9ae40b176abc6dc Typo: 'frome' -> 'from'. git-svn-id: http://svn.voria.com/code@1088 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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 */