summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2016-11-24 09:24:01 -0500
committer Scott Stone <tafoid@gmail.com>2016-11-24 09:24:01 -0500
commit30cda1d3e5b9195fbd1f23a3af4480666c750a34 (patch)
tree82f7b4b6bb3c61335c495d0925b393b212f6f3f0 /src/frontend
parent7746690ddf1b6b806de046ec54fee954f09e182e (diff)
A round of spelling/typographical fixes to source comments (nw)
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/ui/dirmenu.h2
-rw-r--r--src/frontend/mame/ui/inputmap.h2
-rw-r--r--src/frontend/mame/ui/moptions.cpp2
-rw-r--r--src/frontend/mame/ui/selmenu.h2
-rw-r--r--src/frontend/mame/ui/text.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/frontend/mame/ui/dirmenu.h b/src/frontend/mame/ui/dirmenu.h
index baff9bd1d52..5d092273b1c 100644
--- a/src/frontend/mame/ui/dirmenu.h
+++ b/src/frontend/mame/ui/dirmenu.h
@@ -113,6 +113,6 @@ private:
std::vector<std::string> m_folders;
};
-} // namesapce ui
+} // namespace ui
#endif /* MAME_FRONTEND_UI_DIRMENU_H */
diff --git a/src/frontend/mame/ui/inputmap.h b/src/frontend/mame/ui/inputmap.h
index 5006cdffef2..5962d3e592e 100644
--- a/src/frontend/mame/ui/inputmap.h
+++ b/src/frontend/mame/ui/inputmap.h
@@ -173,6 +173,6 @@ private:
virtual void handle() override;
};
-} // namesapce ui
+} // namespace ui
#endif /* MAME_FRONTEND_UI_INPUTMAP_H */
diff --git a/src/frontend/mame/ui/moptions.cpp b/src/frontend/mame/ui/moptions.cpp
index 50cc0bcd14f..2fe51837718 100644
--- a/src/frontend/mame/ui/moptions.cpp
+++ b/src/frontend/mame/ui/moptions.cpp
@@ -19,7 +19,7 @@
const options_entry ui_options::s_option_entries[] =
{
- // seach path options
+ // search path options
{ nullptr, nullptr, OPTION_HEADER, "UI SEARCH PATH OPTIONS" },
{ OPTION_HISTORY_PATH, "history;dats;.", OPTION_STRING, "path to history files" },
{ OPTION_EXTRAINI_PATH, "folders", OPTION_STRING, "path to extra ini files" },
diff --git a/src/frontend/mame/ui/selmenu.h b/src/frontend/mame/ui/selmenu.h
index 7878f12fd54..f5d4deac84c 100644
--- a/src/frontend/mame/ui/selmenu.h
+++ b/src/frontend/mame/ui/selmenu.h
@@ -48,7 +48,7 @@ protected:
virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override;
- // hanlders
+ // handlers
void inkey_navigation();
// draw arrow
diff --git a/src/frontend/mame/ui/text.h b/src/frontend/mame/ui/text.h
index 527713fc483..5852bbeb184 100644
--- a/src/frontend/mame/ui/text.h
+++ b/src/frontend/mame/ui/text.h
@@ -86,7 +86,7 @@ private:
float size;
};
- // information about the "source" of a chracter - also in a struct
+ // information about the "source" of a character - also in a struct
// to facilitate copying
struct source_info
{