summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-17 19:41:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-17 19:41:59 +0300
commit54ad73817c48c710dc43a5f53c5557cc33efebb2 (patch)
treeea9ee3f5c5ebccf69019b82a93fdd734da9de3be
parent7dfca4e04aba1a8c885b355e5fefb937e568435f (diff)
downloadplus-54ad73817c48c710dc43a5f53c5557cc33efebb2.tar.gz
plus-54ad73817c48c710dc43a5f53c5557cc33efebb2.tar.bz2
plus-54ad73817c48c710dc43a5f53c5557cc33efebb2.tar.xz
plus-54ad73817c48c710dc43a5f53c5557cc33efebb2.zip
Fix typo: defaultcommandsPatchDir -> defaultCommandsPatchDir
-rw-r--r--src/defaults.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index f235d919e..15d5a4538 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -616,8 +616,8 @@ DefaultsData* getPathsDefaults()
AddDEF("deadMessagesPatchFile", "deadmessages_patch.xml");
AddDEF("deadMessagesPatchDir", "deadmessages.d");
AddDEF("defaultCommandsFile", "defaultcommands.xml");
- AddDEF("defaultcommandsPatchFile", "defaultcommands_patch.xml");
- AddDEF("defaultcommandsPatchDir", "defaultcommands.d");
+ AddDEF("defaultCommandsPatchFile", "defaultcommands_patch.xml");
+ AddDEF("defaultCommandsPatchDir", "defaultcommands.d");
AddDEF("badgesFile", "badges.xml");
AddDEF("badgesPatchFile", "badges_patch.xml");
AddDEF("badgesPatchDir", "badges.d");