diff --git a/src/swiftest/swiftest_io.f90 b/src/swiftest/swiftest_io.f90 index ebd394149..48a9563a6 100644 --- a/src/swiftest/swiftest_io.f90 +++ b/src/swiftest/swiftest_io.f90 @@ -3207,7 +3207,7 @@ module subroutine swiftest_io_initialize_output_file_system(self, nc, param) call nc%open(param) case('NEW') if (fileExists) then - errmsg = trim(adjustl(param%outfile)) // " Alread Exists! You must specify OUT_STAT = APPEND, REPLACE, or UNKNOWN" + errmsg = trim(adjustl(param%outfile)) // " already exists! You must specify OUT_STAT = APPEND, REPLACE, or UNKNOWN" goto 667 end if call nc%initialize(param)