From 6c8e7c5ff5709efee16c9cdee8a6497eece9e62d Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Thu, 17 Sep 2015 14:36:59 +0200 Subject: [PATCH] Fix typo in manual --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 129eae722..4d6a58d84 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -2656,7 +2656,7 @@ You can use the following types of entries in the block: Specifies the standard error of a variable. @item var @var{VARIABLE_NAME} = @var{EXPRESSION}; -Specifies the variance error of a variable. +Specifies the variance of a variable. @item var @var{VARIABLE_NAME}, @var{VARIABLE_NAME} = @var{EXPRESSION}; Specifies the covariance of two variables.