From 5804e39690645c94fa14a6415143fd01975e39f4 Mon Sep 17 00:00:00 2001 From: Felix Schindler <felix.schindler@wwu.de> Date: Thu, 9 Jul 2020 21:35:24 +0200 Subject: [PATCH] fix typo --- dune/xt/common/print.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/xt/common/print.hh b/dune/xt/common/print.hh index 8525bcb60..e92b881e4 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 -- GitLab