From: Wolfgang Bangerth Date: Mon, 23 Nov 2015 15:04:10 +0000 (-0600) Subject: Use American English spelling of "signaling". X-Git-Tag: v8.4.0-rc2~208^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1899%2Fhead;p=dealii.git Use American English spelling of "signaling". --- diff --git a/include/deal.II/base/smartpointer.h b/include/deal.II/base/smartpointer.h index 47cc06789c..3079f9e7aa 100644 --- a/include/deal.II/base/smartpointer.h +++ b/include/deal.II/base/smartpointer.h @@ -26,7 +26,7 @@ DEAL_II_NAMESPACE_OPEN * Smart pointers avoid destruction of an object in use. They can be used just * like a pointer (i.e. using the * and -> operators and * through casting) but make sure that the object pointed to is not deleted in - * the course of use of the pointer by signalling the pointee its use. + * the course of use of the pointer by signaling the pointee its use. * * Objects pointed to, i.e. the class T, should inherit Subscriptor or must * implement the same functionality. Null pointers are an exception from this