Fix typos

"he->the" where appropriate



SVN revision: 52493
This commit is contained in:
Lucas De Marchi 2010-09-20 17:09:13 +00:00
parent 249911bc57
commit 82a9d03e6e
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ e_object_free(E_Object *obj)
* although this is good - if during cleanup the cleanup func calls
* other generic funcs to do cleanups on the same object... we get bitching.
* disable for now (the final free of the struct should probably happen after
* the cleanup func and be done byt he object system - set the magic after
* the cleanup func and be done by the object system - set the magic after
* cleanup :)
*/
#if 0

View File

@ -1,7 +1,7 @@
#include "e.h"
#include "e_mod_main.h"
/* FIXME: fwin - he fm2 filemanager wrapped with a window and scrollframe.
/* FIXME: fwin - the fm2 filemanager wrapped with a window and scrollframe.
* primitive BUT enough to test generic dnd and fm stuff more easily. don't
* play with this unless u want to help with it. NOT COMPLETE! BEWARE!
*/