getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Mon, 29 Oct 2018 08:54:20 -0400 (EDT)

branch: fixmisspell
commit 980a9c84fb4905c5ea8ee1697623be811ae4c704
Author: Tetsuo Koyama <address@hidden>
Date:   Mon Oct 29 21:52:49 2018 +0900

    Fix typo in docs
---
 doc/sphinx/source/userdoc/model_time_integration.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/userdoc/model_time_integration.rst 
b/doc/sphinx/source/userdoc/model_time_integration.rst
index ab845fa..3e22428 100644
--- a/doc/sphinx/source/userdoc/model_time_integration.rst
+++ b/doc/sphinx/source/userdoc/model_time_integration.rst
@@ -275,7 +275,7 @@ Note that the call of the method::
 
   model.shift_variables_for_time_integration();
 
-is needed between two time step since it will copy the current value of the 
variables (`u` and `Dot_u` for instance) to the previous ones (`Pevious_u` and 
`Previous_Dot_u`).
+is needed between two time step since it will copy the current value of the 
variables (`u` and `Dot_u` for instance) to the previous ones (`Previous_u` and 
`Previous_Dot_u`).
 
 Boundary conditions
 *******************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]