Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2019-03-08 12:58:28 +0000
committerKarsten Thoms2019-03-08 12:58:28 +0000
commit55c3c3e80a560645548abcff298a6e8e6a8c1193 (patch)
treedb94c491b35e34ef5563d3f08906f623a827a942 /core/org.eclipse.cdt.core
parent3113871624d733abf81b4efd24cce957f25ef6c3 (diff)
downloadorg.eclipse.cdt-55c3c3e80a560645548abcff298a6e8e6a8c1193.tar.gz
org.eclipse.cdt-55c3c3e80a560645548abcff298a6e8e6a8c1193.tar.xz
org.eclipse.cdt-55c3c3e80a560645548abcff298a6e8e6a8c1193.zip
Fix typo in Javadoc
Change-Id: I0a310cc8f955674cfbccedfbc4e60c02e274b7c5 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'core/org.eclipse.cdt.core')
-rw-r--r--core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/LibraryEntry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/LibraryEntry.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/LibraryEntry.java
index a642b899dc8..83706e1c0cd 100644
--- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/LibraryEntry.java
+++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/LibraryEntry.java
@@ -55,7 +55,7 @@ public class LibraryEntry extends APathEntry implements ILibraryEntry {
* Only library and variable C path entries may have source attachments.
* For library C path entries, the result path (if present) locates a source
* archive or folder. This archive or folder can be located in a project of the
- * workspace or outside thr workspace. For variable c path entries, the
+ * workspace or outside the workspace. For variable c path entries, the
* result path (if present) has an analogous form and meaning as the
* variable path, namely the first segment is the name of a c path variable.
* </p>

Back to the top