On Thu, Feb 7, 2013 at 5:26 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> Hello, I'm jiyoung choi.
>   It's the first time sending patch. haha :)
>
>   I found the simple typo.
>   1. At the description of list : algarism (x) ----> algorithm (o)

Mistranslation or something there, but it;s not meant to be algorithm.
Digit should be right.

>   2. ~trunk/elementary/src/examples/ fileselector_entry_example.c
>      line 8 : gcc -g file selector_entry_example.c -o file 
> selector_entry_example 'pkg-config --cflags --libs elementary' (x)
>      *** wrong word spacing (file selector) ***
>      ----> gcc -g fileselector_entry_example.c -o fileselector_entry_example 
> 'pkg-config --cflags --libs elementary' (o)
>
>   I fixed these 2 typo.
>   So I want you to check this patch.
>
>
>
> Author:       jihoon
> Date:         2013-02-06 23:26:45 -0800 (Wed, 06 Feb 2013)
> New Revision: 83707
> Trac:         http://trac.enlightenment.org/e/changeset/83707
>
> Modified:
>   trunk/elementary/src/examples/fileselector_entry_example.c 
> trunk/elementary/src/lib/elm_clock.h
>
> Modified: trunk/elementary/src/examples/fileselector_entry_example.c
> ===================================================================
> --- trunk/elementary/src/examples/fileselector_entry_example.c  2013-02-07 
> 07:17:07 UTC (rev 83706)
> +++ trunk/elementary/src/examples/fileselector_entry_example.c  2013-02-07 
> 07:26:45 UTC (rev 83707)
> @@ -5,7 +5,7 @@
>   * See stdout/stderr for output. Compile with:
>   *
>   * @verbatim
> - * gcc -g file selector_entry_example.c -o file selector_entry_example 
> `pkg-config --cflags --libs elementary`
> + * gcc -g fileselector_entry_example.c -o fileselector_entry_example 
> `pkg-config --cflags --libs elementary`
>   * @endverbatim
>   */
>
>
> Modified: trunk/elementary/src/lib/elm_clock.h
> ===================================================================
> --- trunk/elementary/src/lib/elm_clock.h        2013-02-07 07:17:07 UTC (rev 
> 83706)
> +++ trunk/elementary/src/lib/elm_clock.h        2013-02-07 07:26:45 UTC (rev 
> 83707)
> @@ -244,12 +244,12 @@
>  typedef enum
>  {
>     ELM_CLOCK_EDIT_DEFAULT = 0, /**< Default value. Means that all digits are 
> editable, when in edition mode. */
> -   ELM_CLOCK_EDIT_HOUR_DECIMAL = 1 << 0, /**< Decimal algarism of hours 
> value should be editable */
> -   ELM_CLOCK_EDIT_HOUR_UNIT = 1 << 1, /**< Unit algarism of hours value 
> should be editable */
> -   ELM_CLOCK_EDIT_MIN_DECIMAL = 1 << 2, /**< Decimal algarism of minutes 
> value should be editable */
> -   ELM_CLOCK_EDIT_MIN_UNIT = 1 << 3, /**< Unit algarism of minutes value 
> should be editable */
> -   ELM_CLOCK_EDIT_SEC_DECIMAL = 1 << 4, /**< Decimal algarism of seconds 
> value should be editable */
> -   ELM_CLOCK_EDIT_SEC_UNIT = 1 << 5, /**< Unit algarism of seconds value 
> should be editable */
> +   ELM_CLOCK_EDIT_HOUR_DECIMAL = 1 << 0, /**< Decimal algorithm of hours 
> value should be editable */
> +   ELM_CLOCK_EDIT_HOUR_UNIT = 1 << 1, /**< Unit algorithm of hours value 
> should be editable */
> +   ELM_CLOCK_EDIT_MIN_DECIMAL = 1 << 2, /**< Decimal algorithm of minutes 
> value should be editable */
> +   ELM_CLOCK_EDIT_MIN_UNIT = 1 << 3, /**< Unit algorithm of minutes value 
> should be editable */
> +   ELM_CLOCK_EDIT_SEC_DECIMAL = 1 << 4, /**< Decimal algorithm of seconds 
> value should be editable */
> +   ELM_CLOCK_EDIT_SEC_UNIT = 1 << 5, /**< Unit algorithm of seconds value 
> should be editable */
>     ELM_CLOCK_EDIT_ALL = (1 << 6) - 1 /**< All digits should be editable */
>  } Elm_Clock_Edit_Mode;
>
>
>
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to