From fce9bff550056275d7160bb689e575df639642d2 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 27 Oct 2007 08:10:21 +0000 Subject: [PATCH] Minor correction to component manager documentation. Patch by Tim Abell, bug#490699. Signed-off-by: Christian Stimming git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16571 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/doc/design/component-manager.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/design/component-manager.texinfo b/src/doc/design/component-manager.texinfo index 1666808f59..faf6f3b7b7 100644 --- a/src/doc/design/component-manager.texinfo +++ b/src/doc/design/component-manager.texinfo @@ -88,7 +88,7 @@ perform a global, forced refresh. This should also be nestable. situation in which changes can come from external components. @item Components should be able to specify which Engine entities -can cause refreshes. This requirement avoids allows the implementation +can cause refreshes. This requirement allows the implementation to avoid unnecessary refreshing. @end itemize