From 852c7e360b5306956c7a53605633af30bbe5299f Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Fri, 19 Feb 2021 17:39:38 +0100 Subject: [PATCH] SpellCorrection --- chapters/functions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/functions.tex b/chapters/functions.tex index 3d4fbd2c5..d6023262a 100644 --- a/chapters/functions.tex +++ b/chapters/functions.tex @@ -1186,7 +1186,7 @@ \subsection{Using the Derivative Annotation}\label{using-the-derivative-annotati \begin{nonnormative} A straightforward way of explaining a valid derivative is given by this model. The function value, \lstinline!x1!, should up to numerical precision match the integral of the derivative, \lstinline!x2!. -Note that in practive tools may over-optimize this. +Note that in practice tools may over-optimize this. \begin{lstlisting}[language=modelica] function f input Real x;