From f5c60db12ee9e4fc4a32c60a4523b17dc86c1d4a Mon Sep 17 00:00:00 2001
From: Dennis Terhorst <d.terhorst@fz-juelich.de>
Date: Fri, 3 Sep 2021 08:20:57 +0000
Subject: [PATCH] Fix typo

---
 packages/nest/package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/nest/package.py b/packages/nest/package.py
index 246910fc..956224f7 100644
--- a/packages/nest/package.py
+++ b/packages/nest/package.py
@@ -34,7 +34,7 @@ class Nest(CMakePackage):
     version('2.4.2',  sha256='8f86e58c1a12b733ffabd8b0400326e5a3494a458149ea8ebe9f19674d05b91b')
 
     variant('python', default=True,
-            description='Build the PyNest interface')
+            description='Build the PyNEST interface')
     variant('mpi', default=True,
             description='Build with MPI bindings')
     variant('openmp', default=True,
-- 
GitLab