Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2010-10-19 16:19:52 +0000
committerDarin Wright2010-10-19 16:19:52 +0000
commit8eb662ebc203ba08099e7cf9fa404f1cf149700f (patch)
treea456adb3c67b2612ba9a02480eaa086499174bd4
parent3eaec2202bcda56110fe9de200952b7491f7468b (diff)
downloadeclipse.platform.debug-8eb662ebc203ba08099e7cf9fa404f1cf149700f.tar.gz
eclipse.platform.debug-8eb662ebc203ba08099e7cf9fa404f1cf149700f.tar.xz
eclipse.platform.debug-8eb662ebc203ba08099e7cf9fa404f1cf149700f.zip
javadoc/spelling errors update
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousSchedulingRuleFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousSchedulingRuleFactory.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousSchedulingRuleFactory.java
index 5a9218c18..a6cfaf8fe 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousSchedulingRuleFactory.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousSchedulingRuleFactory.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2010 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
@@ -13,7 +13,7 @@ package org.eclipse.debug.internal.ui.viewers;
import org.eclipse.core.runtime.jobs.ISchedulingRule;
/**
- * Scheduling rule factory for asycn operations.
+ * Scheduling rule factory for asynchronous operations.
*
* @since 3.2
*/
@@ -76,7 +76,7 @@ public class AsynchronousSchedulingRuleFactory {
}
/**
- * Returns a scheulding rule that allows all jobs with an instance
+ * Returns a scheduling rule that allows all jobs with an instance
* of the rule to run one at a time.
*
* @return scheduling rule

Back to the top