Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2014-10-27 20:38:09 +0000
committerSzymon Ptaszkiewicz2014-10-27 20:38:09 +0000
commitb15d7bbdd46145f0bfd6a57fc451491f4947498c (patch)
tree7f19910fc8d483270a92b48f977c6808771701c5 /bundles
parentf0e0c5d2b0882b61b71e691ce9711d459b3cc006 (diff)
downloadeclipse.platform.team-b15d7bbdd46145f0bfd6a57fc451491f4947498c.tar.gz
eclipse.platform.team-b15d7bbdd46145f0bfd6a57fc451491f4947498c.tar.xz
eclipse.platform.team-b15d7bbdd46145f0bfd6a57fc451491f4947498c.zip
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/Patcher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/Patcher.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/Patcher.java
index f0e1c57ec..651d0443d 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/Patcher.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/Patcher.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2012 IBM Corporation and others.
+ * Copyright (c) 2000, 2014 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
@@ -102,7 +102,7 @@ public class Patcher implements IHunkFilter {
}
/*
- * Returns an array of Diffs after a sucessfull call to <code>parse</code>.
+ * Returns an array of Diffs after a successful call to <code>parse</code>.
* If <code>parse</code> hasn't been called returns <code>null</code>.
*/
public FilePatch2[] getDiffs() {

Back to the top