From dc81b520aa4e225c5f5dd4c52a815bfd9b3619ad Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 28 Apr 2011 15:25:16 +0000 Subject: [PATCH] Elementary main: Fixed doxygen typo. SVN revision: 59009 --- legacy/elementary/src/lib/elm_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/src/lib/elm_main.c b/legacy/elementary/src/lib/elm_main.c index 5d33cf80df..9986f68121 100644 --- a/legacy/elementary/src/lib/elm_main.c +++ b/legacy/elementary/src/lib/elm_main.c @@ -159,7 +159,7 @@ sudo make install @endverbatim * * Note sudo was assumed to get root permissions, as this would install in - * /usr/local which is system-owned. Ue any way you like to gain root, or + * /usr/local which is system-owned. Use any way you like to gain root, or * specify a different prefix with configure: * @verbatim @@ -188,7 +188,7 @@ make distcheck * included (that is sources for your application, not libraries it depends * on like Elementary). It builds cleanly in a buildroot and does not * contain any files that are temporarily generated like binaries and other - * build-gnerated files, so the tarball is clean, and no need to worry + * build-generated files, so the tarball is clean, and no need to worry * about cleaning up your tree before packaging. * @verbatim @@ -1174,7 +1174,7 @@ elm_policy_get(unsigned int policy) /** * @defgroup UI-Mirroring Selective Widget mirroring * - * These functions allow you to set ui-miroring on specific widgets or whe + * These functions allow you to set ui-mirroring on specific widgets or the * whole interface. Widgets can be in one of two modes, automatic and manual. * Automatic means they'll be changed according to the system mirroring mode * and manual means only explicit changes will matter. You are not supposed to