Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-11-25 17:02:14 +0000
committerDani Megert2008-11-25 17:02:14 +0000
commit8182fb2938e17fb50595cd0fd84f93a62cdda722 (patch)
treed90219f3f1971e36a45f7c63b784a79a8f33e094 /org.eclipse.search.tests
parentf7483e8dec61fb153108b9a76bfe68a0466fe3e2 (diff)
downloadeclipse.platform.text-8182fb2938e17fb50595cd0fd84f93a62cdda722.tar.gz
eclipse.platform.text-8182fb2938e17fb50595cd0fd84f93a62cdda722.tar.xz
eclipse.platform.text-8182fb2938e17fb50595cd0fd84f93a62cdda722.zip
Fixed typos.
Diffstat (limited to 'org.eclipse.search.tests')
-rw-r--r--org.eclipse.search.tests/src/org/eclipse/search/core/tests/QueryManagerTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.search.tests/src/org/eclipse/search/core/tests/QueryManagerTest.java b/org.eclipse.search.tests/src/org/eclipse/search/core/tests/QueryManagerTest.java
index 9a9a22d4f7b..ae7d9734292 100644
--- a/org.eclipse.search.tests/src/org/eclipse/search/core/tests/QueryManagerTest.java
+++ b/org.eclipse.search.tests/src/org/eclipse/search/core/tests/QueryManagerTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -81,7 +81,7 @@ public class QueryManagerTest extends TestCase {
public void testRemoveCancels() {
if (true) {
- return; // disabling test as it depends on the proiority of the background job
+ return; // disabling test as it depends on the priority of the background job
}
LongQuery query= new LongQuery();
@@ -111,7 +111,7 @@ public class QueryManagerTest extends TestCase {
public void testRemoveAllCancels() {
if (true) {
- return; // disabling test as it depends on the proiority of the background job
+ return; // disabling test as it depends on the priority of the background job
}
LongQuery query= new LongQuery();

Back to the top