From 7ed7da420d2dcf606e2060a6672cbd27ce050900 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 25 Feb 2015 12:37:35 +0100 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da4aa72..43e3bba 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A *simple* example is as follows: ``` ``` Note: This library does NOT use SWT for system-tray support, only for the purpose - of lessening the jar dependencies. Changing it to be SWT-based is not be + of lessening the jar dependencies. Changing it to be SWT-based is not difficult, just remember that SWT on linux *already* starts up the GTK main event loop. ```