summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-03-25 21:55:41 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-03-25 21:55:41 +0000
commitc33486c904d99e0eeae5970e6a0c5eacb8e2b776 (patch)
treee131a9f8a63da91147aede2374e3fbbe94af555e /test
parenta36605449a3c0c870ea319111cac0a5c059c829b (diff)
Fix spelling error in spelling check message...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2032 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/message.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/message.cxx b/test/message.cxx
index 0afb5cb74..1e725a6c8 100644
--- a/test/message.cxx
+++ b/test/message.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: message.cxx,v 1.5.2.3.2.3 2002/01/01 15:11:33 easysw Exp $"
+// "$Id: message.cxx,v 1.5.2.3.2.4 2002/03/25 21:55:41 easysw Exp $"
//
// Message test program for the Fast Light Tool Kit (FLTK).
//
@@ -31,7 +31,7 @@
int main(int, char **) {
Fl::scheme(NULL);
- fl_message("Spelling check sucessfull, %d errors found with %g%% confidence",
+ fl_message("Spelling check sucessful, %d errors found with %g%% confidence",
1002, 100*(15/77.0));
fl_alert("Quantum fluctuations in the space-time continuum detected, "
@@ -55,5 +55,5 @@ int main(int, char **) {
}
//
-// End of "$Id: message.cxx,v 1.5.2.3.2.3 2002/01/01 15:11:33 easysw Exp $".
+// End of "$Id: message.cxx,v 1.5.2.3.2.4 2002/03/25 21:55:41 easysw Exp $".
//