fix a typo in a warning message

svn path=/trunk/gtk-sharp/; revision=44457
This commit is contained in:
Mike Kestner 2005-05-12 19:06:36 +00:00
parent 7c3ae396d0
commit 3f2252ad82

View File

@ -64,7 +64,7 @@ namespace GLib {
try {
g_object_unref (o._obj);
} catch (Exception e) {
Console.WriteLine ("Exception while disposing a " + o + "in Gtk#");
Console.WriteLine ("Exception while disposing a " + o + " in Gtk#");
throw e;
}
o._obj = IntPtr.Zero;