Author: sebor
Date: Mon Jun 11 12:52:53 2007
New Revision: 546238

URL: http://svn.apache.org/viewvc?view=rev&rev=546238
Log:
2007-06-11  Martin Sebor  <[EMAIL PROTECTED]>

        * money_manip.cpp (main): Corrected a trivial typo in a comment.

Modified:
    incubator/stdcxx/trunk/examples/manual/money_manip.cpp

Modified: incubator/stdcxx/trunk/examples/manual/money_manip.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/money_manip.cpp?view=diff&rev=546238&r1=546237&r2=546238
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/money_manip.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/money_manip.cpp Mon Jun 11 12:52:53 
2007
@@ -160,7 +160,7 @@
     std::cout.imbue (std::cin.getloc ());
 
     // output the monetary value specified by the command line argument,
-    // inlcuing the currency symbol, in both the local and international
+    // including the currency symbol, in both the local and international
     // formats
     std::cout.setf (std::cout.showbase);
     std::cout << put_money (valstr) << '\n';


Reply via email to