diff --git a/dune/xt/common/print.hh b/dune/xt/common/print.hh index 8525bcb607b027103a2ccefce69dfc6f4156282a..e92b881e4405af64444c157a4e09423551394425 100644 --- a/dune/xt/common/print.hh +++ b/dune/xt/common/print.hh @@ -164,7 +164,7 @@ public: <code> void repr(std::ostream& out) const { - out << "detailed and aunambigous description"; + out << "detailed and unambiguous description"; } void str(std::ostream& out) const