From 63e000c7d1743ef31ba5e9c02c91734930e9033f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 9 Aug 2013 12:20:08 +0000 Subject: [PATCH] Fix typos git-svn-id: https://svn.dealii.org/branches/branch_port_to_libcxx@30263 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/boost/signals2/detail/foreign_ptr.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/bundled/boost-1.49.0/include/boost/signals2/detail/foreign_ptr.hpp b/deal.II/bundled/boost-1.49.0/include/boost/signals2/detail/foreign_ptr.hpp index 50496b50df..2e7be17839 100644 --- a/deal.II/bundled/boost-1.49.0/include/boost/signals2/detail/foreign_ptr.hpp +++ b/deal.II/bundled/boost-1.49.0/include/boost/signals2/detail/foreign_ptr.hpp @@ -35,8 +35,8 @@ namespace boost // Workaround for a bug in boost: // https://svn.boost.org/trac/boost/ticket/6655 // -// It should be save to depend on DEAL macros at this point as this header -// should only be used by deal.II and dependend projects... +// It should be safe to depend on DEAL macros at this point as this header +// should only be used by deal.II and dependent projects... // // - Maier, 2013 #ifdef DEAL_II_CAN_USE_CXX11 -- 2.39.5