Hello, I'm jiyoung choi.
authorJihoon Kim <imfine98@gmail.com>
Thu, 7 Feb 2013 07:26:45 +0000 (07:26 +0000)
committerJihoon Kim <imfine98@gmail.com>
Thu, 7 Feb 2013 07:26:45 +0000 (07:26 +0000)
commit27617917a9d440442562e3997233e277f0cd9161
treee5d0b72bef5b883f4516218b01d4f292a2a75d24
parentfb6356fc5811a45fedb7aea75849e938920ca88a
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)
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.

SVN revision: 83707
legacy/elementary/src/examples/fileselector_entry_example.c
legacy/elementary/src/lib/elm_clock.h