diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-03-18 21:37:47 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-03-18 21:38:33 -0400 |
commit | 27920d31c19bfa2b1f2fe9a30f713db709657941 (patch) | |
tree | 08f6588b943f6bcac73bec49fc0fdf541de5399a /doc | |
parent | 5a0588c256f82ceac33927c3f0cb2db183a1debc (diff) | |
download | efl-27920d31c19bfa2b1f2fe9a30f713db709657941.tar.gz |
Spelling fixes
Summary:
emmited ==> emitted
resistence ==> resistance
occured ==> occurred
Reviewers: cedric, zmike, devilhorns
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2192
Diffstat (limited to 'doc')
-rw-r--r-- | doc/edje_examples.dox | 2 | ||||
-rw-r--r-- | doc/eio_examples.dox | 8 | ||||
-rw-r--r-- | doc/ephysics_examples.dox | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/edje_examples.dox b/doc/edje_examples.dox index c15dfb629d..30722ba57b 100644 --- a/doc/edje_examples.dox +++ b/doc/edje_examples.dox @@ -878,7 +878,7 @@ * * There are two other things that are worth mentioning, we added two callbacks for the * objects, one for mouse down (that we use to delete the color class) and another - * for the signal emmited when a color class is deleted. + * for the signal emitted when a color class is deleted. * @skip evas_object_event * @until NULL * @skip edje_object_si diff --git a/doc/eio_examples.dox b/doc/eio_examples.dox index a0f1325045..4b7c1ede75 100644 --- a/doc/eio_examples.dox +++ b/doc/eio_examples.dox @@ -24,7 +24,7 @@ * @li The notification callback, which allows you to know if a file or * a directory is copied, and the progress of the copy. * @li The end callback, which is called when the copy is finished. - * @li The error callback, which is called if an error occured. You + * @li The error callback, which is called if an error occurred. You * can then retrieve the error type as an errno error. * * @warning It is the user's duty to provide the "right target". It @@ -107,7 +107,7 @@ * @li The end callback, which is called in the main loop when the * content of the directory has been correctly scanned and all the * file notified to the main loop. - * @li The error callback, which is called if an error occured or + * @li The error callback, which is called if an error occurred or * if the listing was cancelled during it's run. You can then retrieve * the error type as an errno error. * @@ -190,7 +190,7 @@ * @li The end callback, which is called in the main loop when the * content of the directory has been correctly scanned and all the * file notified to the main loop. - * @li The error callback, which is called if an error occured or + * @li The error callback, which is called if an error occurred or * if the listing was cancelled during it's run. You can then retrieve * the error type as an errno error. * @@ -331,7 +331,7 @@ * @li The end callback, which is called in the main loop when the * content of the directory has been correctly scanned and all the * file notified to the main loop. - * @li The error callback, which is called if an error occured or + * @li The error callback, which is called if an error occurred or * if the listing was cancelled during it's run. You can then retrieve * the error type as an errno error. * diff --git a/doc/ephysics_examples.dox b/doc/ephysics_examples.dox index 77629a7172..cddf3c8bdf 100644 --- a/doc/ephysics_examples.dox +++ b/doc/ephysics_examples.dox @@ -1659,7 +1659,7 @@ * * Here we set EPhysics_Bodys linear and angular damping values.The damping is * a force synchronous with the velocity of the object but in opposite - * direction - like air resistence. + * direction - like air resistance. * * @skipline ephysics_body_damping_set(sphere_body1 * |