From dcaf1f093450b5514b6b523fd95313dfb8e5f4ff Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sun, 2 Sep 2012 16:53:51 +0200 Subject: [PATCH] typo --- openlp/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index ed72fbe1c..548a18c79 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -104,7 +104,7 @@ class OpenLP(QtGui.QApplication): """ self.eventLoopIsActive = False # On Windows, the args passed into the constructor are ignored. Not - # very handy, so set the ones we want to use. On Linix and FreeBSD, in + # very handy, so set the ones we want to use. On Linux and FreeBSD, in # order to set the WM_CLASS property for X11, we pass "OpenLP" in as a # command line argument. This interferes with files being passed in as # command line arguments, so we remove it from the list.