From 56d19301829b80d9aa7d1475452540ad7d5a4889 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Thu, 24 Feb 2011 04:29:50 +0000 Subject: [PATCH] Corrected typo in a comment. --- .../src/org/eclipse/cdt/internal/formatter/Scribe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/Scribe.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/Scribe.java index 223d652ffcf..c1c05d3cc20 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/Scribe.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/Scribe.java @@ -1951,7 +1951,7 @@ public class Scribe { /** * Skip to the next occurrence of the given token type. - * If successful, the next token will be the epxected token, + * If successful, the next token will be the expected token, * otherwise the scanner position is left unchanged. * * @param expectedTokenType