[apps] Fix typo

This commit is contained in:
Léa Saviot
2019-08-26 10:47:39 +02:00
parent 5c443e0412
commit 392198fad4
7 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ const ToolboxMessageTree normalDistributionChildren[] = {
};
const ToolboxMessageTree binomialDistributionChildren[] = {
ToolboxMessageTree::Leaf(I18n::Message::BinomialFDPCommandWithArg, I18n::Message::BinomialFDP),
ToolboxMessageTree::Leaf(I18n::Message::BinomialPDFCommandWithArg, I18n::Message::BinomialPDF),
ToolboxMessageTree::Leaf(I18n::Message::BinomialCDFCommandWithArg, I18n::Message::BinomialCDF),
ToolboxMessageTree::Leaf(I18n::Message::InvBinomialCommandWithArg, I18n::Message::InvBinomial),
};