You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/06/11 21:52:54 UTC

svn commit: r546238 - /incubator/stdcxx/trunk/examples/manual/money_manip.cpp

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  <se...@roguewave.com>

	* 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';