Skip to content

Commit ce43eb9

Browse files
committed
Fixed UK/US spelling mismatch in error message
1 parent 100fea0 commit ce43eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/oup/observable_unique_ptr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace oup {
1313
/// Exception thrown for failed observer_from_this().
1414
struct bad_observer_from_this : std::exception {
1515
const char* what() const noexcept override {
16-
return "observer_from_this() called with uninitialised control block";
16+
return "observer_from_this() called with uninitialized control block";
1717
}
1818
};
1919

0 commit comments

Comments
 (0)