summaryrefslogtreecommitdiffstats
path: root/src/widget/wsingletoncontainer.h
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2015-01-14 23:00:10 -0500
committerOwen Williams <owilliams@mixxx.org>2015-01-14 23:00:10 -0500
commit94199c2453bd0bd92812f0fd55c433d4bc5d2d50 (patch)
treebdcc6a85e3296a9a43e4dc476065cfe73d2a11e2 /src/widget/wsingletoncontainer.h
parent4ec58bf0c031fda52ef2fb6169d2989df21dbfe7 (diff)
fix comment
Diffstat (limited to 'src/widget/wsingletoncontainer.h')
-rw-r--r--src/widget/wsingletoncontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/wsingletoncontainer.h b/src/widget/wsingletoncontainer.h
index 7f6fbeeefc..cf22257ff8 100644
--- a/src/widget/wsingletoncontainer.h
+++ b/src/widget/wsingletoncontainer.h
@@ -2,7 +2,7 @@
// but may appear in multiple places in a skin definition. This is useful
// for complex widgets like the library, which are memory intensive. The
// container mostly looks like a special WidgetGroup which is defined in
-// special ways
+// special ways.
//
// Usage:
// First, the Singleton container is defined, meaning it is described to the
@@ -34,7 +34,7 @@
// </Children>
// </WidgetGroup
//
-// The skin system sees the SingletonContainer tag, and any time the containing
+// The skin system sees the Singleton tag, and any time the containing
// group gets a show event, the Singleton widget is reparented to this location
// in the skin. Note that if a Singleton is visible twice at the same time,
// behavior is undefined and could be crashy.