X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-osx%2Ftrunk%2Flauncher%2Fapplewm.h;h=43a12bc3d9eb4b5ecbaa097e4e70329c4faf64ac;hb=254f7c1b066d4a8ab065bd27f9ae40b176abc6dc;hp=fb44877b244992c562383cd9a6214505d3a26efe;hpb=87ea868ed5ee2c241c1f4740fc068c31dac70d88;p=synfig.git 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 */