Fixed spelling error (nw)

This commit is contained in:
Robbbert 2016-11-13 11:09:19 +11:00
parent 5453cd900c
commit 32c554f8da

View File

@ -28,7 +28,7 @@ const options_entry emu_options::s_option_entries[] =
// search path options
{ nullptr, nullptr, OPTION_HEADER, "CORE SEARCH PATH OPTIONS" },
{ OPTION_HOMEPATH, ".", OPTION_STRING, "path to home drictory (read/write) location" },
{ OPTION_HOMEPATH, ".", OPTION_STRING, "path to home directory (read/write) location" },
{ OPTION_MEDIAPATH ";rp;biospath;bp", "roms", OPTION_STRING, "path to ROMsets and hard disk images" },
{ OPTION_HASHPATH ";hash_directory;hash", "hash", OPTION_STRING, "path to hash files" },
{ OPTION_SAMPLEPATH ";sp", "samples", OPTION_STRING, "path to samplesets" },