aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2022-05-01 09:28:46 +0300
committerYuri Chornoivan <yurchor@ukr.net>2022-05-01 09:28:46 +0300
commitaf6c9d2bea9582bd944952025278b2fb1334af26 (patch)
treec134d1da38b5f16604ee7d07189363ed46818365 /src
parent1da799d97cb6570b3e4e25cd8829fb6c055b1a02 (diff)
downloadOneRoll-af6c9d2bea9582bd944952025278b2fb1334af26.tar.gz
OneRoll-af6c9d2bea9582bd944952025278b2fb1334af26.zip
Fix minor typos
Diffstat (limited to 'src')
-rw-r--r--src/libparser/diceparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libparser/diceparser.cpp b/src/libparser/diceparser.cpp
index af86acc..5ba8af1 100644
--- a/src/libparser/diceparser.cpp
+++ b/src/libparser/diceparser.cpp
@@ -76,7 +76,7 @@ bool DiceParser::parseLine(QString str, bool allowAlias)
if(!value)
{
m_parsingToolbox->addError(Dice::ERROR_CODE::NOTHING_UNDERSTOOD,
- QObject::tr("Nothing was understood. To roll dice: !1d6 - full documation: "
+ QObject::tr("Nothing was understood. To roll dice: !1d6 - full documentation: "
"<a "
"href=\"https://github.com/Rolisteam/DiceParser/blob/master/"
"HelpMe.md\">https://github.com/"