From: dooglus Date: Tue, 30 Oct 2007 14:17:30 +0000 (+0000) Subject: Typo: 'asyncronous' -> 'asynchronous'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=72f82d29ebd4fd20144d4d674c5e8e443f24f6b0;p=synfig.git Typo: 'asyncronous' -> 'asynchronous'. git-svn-id: http://svn.voria.com/code@1036 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/dock_navigator.h b/synfig-studio/trunk/src/gtkmm/dock_navigator.h index b40b57d..95e3fa1 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_navigator.h +++ b/synfig-studio/trunk/src/gtkmm/dock_navigator.h @@ -68,7 +68,7 @@ class Widget_NavView : public Gtk::Table //zoom window stuff bool scrolling; - //asyncronous rendering stuff + //asynchronous rendering stuff etl::handle renderer; etl::smart_ptr surface; bool rendering;