From: Wolfgang Bangerth Date: Mon, 19 Sep 2016 03:05:45 +0000 (-0600) Subject: Fix typo in comment. X-Git-Tag: v8.5.0-rc1~659^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12c0bc68707a0f528e138e44b04cb4ece8af2bd6;p=dealii.git Fix typo in comment. --- diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt index 0cd4953761..501d7ab930 100644 --- a/doc/doxygen/CMakeLists.txt +++ b/doc/doxygen/CMakeLists.txt @@ -81,7 +81,7 @@ CONFIGURE_FILE( # if they are listed in the options.dox file, even though the -w command is # specifically intended to create them. See # https://bugzilla.gnome.org/show_bug.cgi?id=771606 -# To work around this, do a 'touch' operation in them first to ensure they're +# To work around this, do a 'touch' operation on them first to ensure they're # there before we call "doxygen -w". # ADD_CUSTOM_COMMAND(