Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / gmxlib / gmxfio.c
index 4fc20cc416f1c9b7e93cf1fceca45b6777e4507c..3efa33b010369b975f5c6201f4ed8a78d87364fb 100644 (file)
@@ -788,7 +788,7 @@ static int gmx_fio_int_get_file_position(t_fileio *fio, gmx_off_t *offset)
         char buf[STRLEN];
         sprintf(
             buf,
-            "Cannot write file '%s'; maybe you are out of disk space or quota?",
+            "Cannot write file '%s'; maybe you are out of disk space?",
             fio->fn);
         gmx_file(buf);
     }