From 8fd2124d8ba45be59bccf852fb2ecd2a28d6dd1d Mon Sep 17 00:00:00 2001
From: Elias Werner <eliwerner3@googlemail.com>
Date: Fri, 8 Apr 2022 17:16:14 +0200
Subject: [PATCH] fix spelling

---
 .../docs/software/python_virtual_environments.md                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
index 07f38ccf1..5e1a1b66a 100644
--- a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
+++ b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
@@ -171,7 +171,7 @@ can deactivate the conda environment as follows:
 
 !!! hint
     We do not recommend to use conda environments together with easybuild modules due to
-    dependency conflicts. Nevertheless, if you need easybuild modules, consider installing conda
+    dependency conflicts. Nevertheless, if you need EasyBuild modules, consider installing conda
     packages via `conda install --no-deps [...]` to prevent conda from installing dependencies.
 
 ??? example
-- 
GitLab