Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Fix typo in error message (#534764).
Browse files Browse the repository at this point in the history
2008-05-25  Ross Burton  <ross@burtonini.com>

	* glocalfile.c:
	Fix typo in error message (#534764).

svn path=/trunk/; revision=6928
  • Loading branch information
rossburton authored and Ross Burton committed May 25, 2008
1 parent 75a558f commit 8b6fdb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gio/ChangeLog
@@ -1,3 +1,8 @@
2008-05-25 Ross Burton <ross@burtonini.com>

* glocalfile.c:
Fix typo in error message (#534764).

2008-05-25 Ross Burton <ross@burtonini.com>

* Makefile.am:
Expand Down
2 changes: 1 addition & 1 deletion gio/glocalfile.c
Expand Up @@ -1988,7 +1988,7 @@ g_local_file_make_directory (GFile *file,
else
g_set_error (error, G_IO_ERROR,
g_io_error_from_errno (errsv),
_("Error removing file: %s"),
_("Error creating directory: %s"),
g_strerror (errsv));
return FALSE;
}
Expand Down

0 comments on commit 8b6fdb3

Please sign in to comment.