diff --git a/pycsamt/__init__.py b/pycsamt/__init__.py index 186dffb..7c9dca2 100644 --- a/pycsamt/__init__.py +++ b/pycsamt/__init__.py @@ -48,7 +48,7 @@ # configure the logger from pycsamt._csamtpylog import csamtpylog -# check wether the file exists. +# check whether the file exists. # if not create folder if not os.path.isdir( 'pycsamt/_loggerfiles'): os.mkdir("pycsamt/_loggerfiles")