From efcf0b6851d812219c2f4ed546eb2d65f7027398 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Nov 2015 09:04:10 -0600 Subject: [PATCH] Use American English spelling of "signaling". --- include/deal.II/base/smartpointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5