From: Wolfgang Bangerth Date: Wed, 15 Jan 2014 22:25:37 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.2.0-rc1~1026 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39f3d269c95c53cb1af3fdde2e7eda63359cd57d;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@32222 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake b/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake index e8c8bd63a2..323a2b229d 100644 --- a/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_invoke_autopilot.cmake @@ -1,7 +1,7 @@ ## --------------------------------------------------------------------- ## $Id$ ## -## Copyright (C) 2012 - 2013 by the deal.II authors +## Copyright (C) 2012 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -41,7 +41,7 @@ MACRO(DEAL_II_INVOKE_AUTOPILOT) # Generator specific values: IF(CMAKE_GENERATOR MATCHES "Ninja") # - # Ninja doesn't like a redifinition of the "help" target, so use "info" + # Ninja doesn't like a redefinition of the "help" target, so use "info" # in this case... # SET(_make_command "$ ninja")