X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a5bcc4db0851bf8cd3063917511b0b17c7f9679..3c99602b795292c52aafd12c71cac668ffdbf08f:/demos/dbbrowse/dummy.cpp

diff --git a/demos/dbbrowse/dummy.cpp b/demos/dbbrowse/dummy.cpp
index 5d4ce56ab0..dadde97db9 100644
--- a/demos/dbbrowse/dummy.cpp
+++ b/demos/dbbrowse/dummy.cpp
@@ -11,7 +11,7 @@
  * always start by compiling this and producing the PCH file.
  * Then subsequent source files use the PCH file.
  *
- * If precompiling wx.h for wxWindows and derived apps,
+ * If precompiling wx.h for wxWidgets and derived apps,
  * link dummy.obj with your program (the MSC 7 linker complains otherwise).
  *
  * This is the only convenient way I found to use precompiled headers