diff options
author | 2016-03-31 23:38:58 +0200 | |
---|---|---|
committer | 2016-04-01 02:28:16 +0200 | |
commit | 94ad873787e87c3bf6feb1581baebf60caed76f9 (patch) | |
tree | ad110d3829bfc4738784b7b88036678097cc5266 /src/emu/ui/datfile.cpp | |
parent | 80890952a78a71c2e4a29b0178285774d2ed4e8c (diff) |
Typo fix: softwares → software
Software is uncountable. At most, we can use "pieces of software" or so.
Diffstat (limited to 'src/emu/ui/datfile.cpp')
-rw-r--r-- | src/emu/ui/datfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/datfile.cpp b/src/emu/ui/datfile.cpp index 08415084cf9..6e1bf6e1f6c 100644 --- a/src/emu/ui/datfile.cpp +++ b/src/emu/ui/datfile.cpp @@ -136,7 +136,7 @@ void datfile_manager::init_history() int swcount = 0; int count = index_datafile(m_histidx, swcount); osd_printf_verbose("History.dat games found = %i\n", count); - osd_printf_verbose("History.dat softwares found = %i\n", swcount); + osd_printf_verbose("History.dat software found = %i\n", swcount); osd_printf_verbose("Rev = %s\n", m_history_rev.c_str()); } |