Merge doc typo corrections to release; fixes #6595; fixes #7182

[SVN r80057]
This commit is contained in:
Marshall Clow
2012-08-16 05:16:42 +00:00
parent 7f4acd6170
commit 6341cfb1a6

View File

@ -130,7 +130,7 @@
string str1("command.com"); string str1("command.com");
cout cout
<< str1 << str1
<< (is_executable("command.com")? "is": "is not") << (is_executable(str1)? "is": "is not")
<< "an executable" << "an executable"
<< endl; // prints "command.com is an executable" << endl; // prints "command.com is an executable"