From 55c3c3e80a560645548abcff298a6e8e6a8c1193 Mon Sep 17 00:00:00 2001 From: Karsten Thoms Date: Fri, 8 Mar 2019 13:58:28 +0100 Subject: [PATCH] Fix typo in Javadoc Change-Id: I0a310cc8f955674cfbccedfbc4e60c02e274b7c5 Signed-off-by: Karsten Thoms --- .../model/org/eclipse/cdt/internal/core/model/LibraryEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *