summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/parser/stack/Stack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/stack/Stack.cpp b/src/core/parser/stack/Stack.cpp
index d37f178..697e663 100644
--- a/src/core/parser/stack/Stack.cpp
+++ b/src/core/parser/stack/Stack.cpp
@@ -882,7 +882,7 @@ static void strayTokenNote(const std::string &preamble,
type = " structure";
}
logger.note(preamble + " \"" + d.descriptor->getName() + "\"" + type +
- ", as specified here",
+ ", specified here",
*(d.descriptor));
}
}