Fix comments. havn't -> haven't.

This commit is contained in:
Steve Checkoway
2008-01-05 11:56:03 +00:00
parent 4814056809
commit 60f953f3c1
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -728,7 +728,7 @@ static bool SortBySecond( const pair<int,int> &a, const pair<int,int> &b )
/*
* Return true if the given path should use slow, reliable writes.
*
* I havn't decided if it's better to do this here, or to specify SLOW_FLUSH
* I haven't decided if it's better to do this here, or to specify SLOW_FLUSH
* manually each place we want it. This seems more reliable (we might forget
* somewhere and not notice), and easier (don't have to pass flags down to IniFile::Write,
* etc).