Skip to content

Commit d657bd6

Browse files
committed
typo
1 parent 70c5f00 commit d657bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/goide/inspections/unresolved/GoUnresolvedFixBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void invoke(@NotNull Project project,
6464
@NotNull PsiElement startElement,
6565
@NotNull PsiElement endElement) {
6666
if (editor == null) {
67-
LOG.error("Cannot run quickfix without editor: " + getClass().getSimpleName(),
67+
LOG.error("Cannot run quick fix without editor: " + getClass().getSimpleName(),
6868
AttachmentFactory.createAttachment(file.getVirtualFile()));
6969
return;
7070
}

0 commit comments

Comments
 (0)