Skip to content

Commit

Permalink
Fix minor typo (#210)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
HoloTheDrunk committed Apr 29, 2022
1 parent 7677fdc commit f972dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/date_time/posix_time/posix_time_io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace posix_time {
throw; // rethrow original exception
}
else {
// if the user want's to fail quietly, we simply set the failbit
// if the user wants to fail quietly, we simply set the failbit
is.setstate(std::ios_base::failbit);
}
}
Expand Down

0 comments on commit f972dc9

Please sign in to comment.