From 534b17269927189f3c4ab9018662a2c1d349f38e Mon Sep 17 00:00:00 2001 From: Kai Maetzel Date: Mon, 7 Jun 2004 13:33:13 +0000 Subject: spelling --- .../src/org/eclipse/core/filebuffers/IFileBuffer.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org.eclipse.core.filebuffers') diff --git a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IFileBuffer.java b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IFileBuffer.java index 28b82b12faf..6cbe1dd87ba 100644 --- a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IFileBuffer.java +++ b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/IFileBuffer.java @@ -59,7 +59,7 @@ public interface IFileBuffer { void revert(IProgressMonitor monitor) throws CoreException; /** - * Commits this file buffer by changing the contents of th underlying file to + * Commits this file buffer by changing the contents of the underlying file to * the contents of this file buffer. After that call, isDirty * returns false and isSynchronized returns * true. @@ -109,12 +109,12 @@ public interface IFileBuffer { /** * Resets state validation. If state validation is supported, isStateValidated - * afterwars returns false unti the state is revalidated. + * afterwards returns false until the state is revalidated. */ void resetStateValidation(); /** - * Returns the status of this file buffer. This is the result of the last operation peformed on this file buffer or + * Returns the status of this file buffer. This is the result of the last operation performed on this file buffer or * internally initiated by this file buffer. * * @return the status of this file buffer -- cgit v1.2.3