Fixed some minor typos in the documentation.

2008-01-18  Murray Cumming  <murrayc@murrayc.com>

* gappinfo.c:
* gcancellable.c:
* gfile.c: Fixed some minor typos in the 
documentation. 

svn path=/trunk/; revision=6331
This commit is contained in:
Murray Cumming
2008-01-18 09:41:09 +00:00
committed by Murray Cumming
parent acf029139d
commit 0108d39d02
4 changed files with 10 additions and 3 deletions

View File

@@ -2229,7 +2229,7 @@ g_file_copy (GFile *source,
*
*
* Tries to move the file or directory @source to the location specified by @destination.
* If native move operations is supported then this is used, otherwise a copy + delete
* If native move operations are supported then this is used, otherwise a copy + delete
* fallback is used. The native implementation may support moving directories (for instance
* on moves inside the same filesystem), but the fallback code does not.
*