From 0b9358abdfd969e8cf8bdb8f0d4b0a2f5963d08c Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Sat, 28 Mar 2015 10:27:47 -0500 Subject: [PATCH] correct 'defintions' --- doc/users/cmakelists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/cmakelists.html b/doc/users/cmakelists.html index 0e9e4febc5..782e6d3d14 100644 --- a/doc/users/cmakelists.html +++ b/doc/users/cmakelists.html @@ -115,7 +115,7 @@ DEAL_II_SETUP_TARGET(mycode) Finally, the last two lines define the executable that is to be produced and its source code. The DEAL_II_SETUP_TARGET macro will set up necessary - include directories, compile defintions and the link interface. + include directories, compile definitions and the link interface.

-- 2.39.5