From 0cfc869239d44703314728682c8f5aa8ded6f86c Mon Sep 17 00:00:00 2001 From: Aaron Reichman Date: Mon, 7 Feb 2011 12:07:43 -0800 Subject: [PATCH] Fixed a spelling error found by krazy --- src/tests/DBusTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/DBusTest.cpp b/src/tests/DBusTest.cpp index f86718bf..f061369a 100644 --- a/src/tests/DBusTest.cpp +++ b/src/tests/DBusTest.cpp @@ -47,7 +47,7 @@ void DBusTest::initTestCase() konsoleServices << service; } - // Create a new Konsole with a seperate process id + // Create a new Konsole with a separate process id int result = KProcess::execute("konsole"); if (result) kFatal() << "Unable to exec a new Konsole : " << result;