From: Daniel Arndt Date: Mon, 22 Jan 2018 21:39:15 +0000 (+0100) Subject: Fix typo in changelog entry X-Git-Tag: v9.0.0-rc1~537^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=042e77e35656ebbdae080a3efc54b4b7877c1e92;p=dealii.git Fix typo in changelog entry --- diff --git a/doc/news/changes/incompatibilities/20170810MatthiasMaier b/doc/news/changes/incompatibilities/20170810MatthiasMaier index 6952855ef9..9c5567780b 100644 --- a/doc/news/changes/incompatibilities/20170810MatthiasMaier +++ b/doc/news/changes/incompatibilities/20170810MatthiasMaier @@ -8,7 +8,7 @@ Removed: Some old functionality has been removed from LogStream:
  • The timing mechanism has been removed. This includes timestamp(), log_execution_time() and log_time_differences(). Use the Timer, TimerOutput and - TimerOutpu::Scope classes instead.
  • + TimerOutput::Scope classes instead.
  • LogStream now defaults to write to std::cout instead of std::cerr