From b56bc4b41e6fab70d2b39a3fac10d67a98e3c923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCller?= Date: Wed, 22 Jun 2016 14:48:18 +0200 Subject: [PATCH] Fixed typo. --- pygmx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmx/__init__.py b/pygmx/__init__.py index cae07ab..4d6eb54 100644 --- a/pygmx/__init__.py +++ b/pygmx/__init__.py @@ -24,7 +24,7 @@ def open(filename): if ext in ['xtc']: indexfile = index_filename_for_xtc(filename) if not os.path.exists(indexfile): - print('Gneerating Index for xtc file. This may take a while...') + print('Generating Index for xtc file. This may take a while...') index_xtcfile(filename) return FILE_EXTENSIONS[ext](filename, indexfile) else: