aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-06-03 02:08:13 +0000
committerGuy Harris <guy@alum.mit.edu>2013-06-03 02:08:13 +0000
commita28cbb7c8a83362e74b7e3db07c49d551d519983 (patch)
tree305f2a35067f5e49d9149a0146f8ecbc185cca03 /epan/filesystem.c
parent45ed7d6aa3eeae65f203b167be87f3edf34facab (diff)
Put a space between "because" and the next word.
svn path=/trunk/; revision=49706
Diffstat (limited to 'epan/filesystem.c')
-rw-r--r--epan/filesystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index 053711d354..9562ca1dee 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -1659,9 +1659,9 @@ file_open_error_message(int err, gboolean for_writing)
#endif
#endif /* GLIB_SIZEOF_VOID_P == 4 */
if (for_writing)
- errmsg = "The file \"%s\" could not be created because" ENOMEM_REASON ".";
+ errmsg = "The file \"%s\" could not be created because " ENOMEM_REASON ".";
else
- errmsg = "The file \"%s\" could not be opened because" ENOMEM_REASON ".";
+ errmsg = "The file \"%s\" could not be opened because " ENOMEM_REASON ".";
break;
default: