diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-01-03 15:12:24 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-01-03 15:12:24 -0500 |
| commit | acebd7fe4cb4f99d4e5ea880f27506fae85f95fd (patch) | |
| tree | 83a52901a6f0e0d647b1d08afff73ebbb1f1a68a /Source/Core | |
| parent | c3d52e0476e92ef7122d125072963ddce038ac1e (diff) | |
| parent | 2560d89576461a290816ebbb968e21d2e13e2583 (diff) | |
Merge pull request #1822 from JosJuice/lionux
Fix "Lionux" typo
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Main.cpp b/Source/Core/DolphinWX/Main.cpp index 95b30bfa54..2d3a322dfa 100644 --- a/Source/Core/DolphinWX/Main.cpp +++ b/Source/Core/DolphinWX/Main.cpp @@ -199,7 +199,7 @@ bool DolphinApp::OnInit() }, { wxCMD_LINE_OPTION, "P", "perf_dir", - "Directory for Lionux perf perf-$pid.map file", + "Directory for Linux perf perf-$pid.map file", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL }, { |
