Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Aug 28, 2012
1 parent 584222e commit c3724ea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -363,7 +363,7 @@ private SDFIndexEditorModel saveSDF(IMoleculesEditorModel model, IFile file,
}
}catch(Exception e) {
LogUtils.debugTrace( logger, e );
throw new BioclipseException("Faild to save file: "+
throw new BioclipseException("Failed to save file: "+
e.getMessage());
}
if ( loopProgress.isCanceled() ) {
Expand Down

0 comments on commit c3724ea

Please sign in to comment.