Typo fix
authorMark Abraham <mark.j.abraham@gmail.com>
Sat, 9 Feb 2013 17:20:36 +0000 (18:20 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Sat, 9 Feb 2013 17:20:36 +0000 (18:20 +0100)
Change-Id: Id5bb7297adbc38909aa184b6d6a222aa719f90be

src/kernel/readir.c

index 7196f5ecbcc49923610b9e1cb121710b0175dc9b..eaaa2583b5145917236c3cd9ff591bff10ffa718 100644 (file)
@@ -1073,7 +1073,7 @@ void check_ir(const char *mdparin, t_inputrec *ir, t_gromppopts *opts,
         ir->vdwtype == evdwSWITCH || ir->vdwtype == evdwSHIFT)
     {
         sprintf(warn_buf,
-                "The switch/shift interaction settings are just for compatibility; you will get better"
+                "The switch/shift interaction settings are just for compatibility; you will get better "
                 "performance from applying potential modifiers to your interactions!\n");
         warning_note(wi, warn_buf);
     }