From d2c9fac6b8553f055c6fee60e8047f3e85872585 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 16 Dec 2019 05:04:21 +0100 Subject: [PATCH] FEM: typo --- src/Mod/Fem/coding_conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/coding_conventions.md b/src/Mod/Fem/coding_conventions.md index 20d30d7286..2e97ff034c 100644 --- a/src/Mod/Fem/coding_conventions.md +++ b/src/Mod/Fem/coding_conventions.md @@ -22,7 +22,7 @@ These coding rules apply to FEM module code only. Other modules or the base syst - All files should have a license header - Unix line endings will be used: - a .gitattributes file has been added to ensure line endings of text files are LF - - use `?w=1` in link address to surpress line ending changes on github + - use `?w=1` in link address to suppress line ending changes on github - never use mixed line endings on one file - 4 Spaces for indent - no trailing white spaces