stkutil: Add typo/cleaning modifications
authorPhilippe Nunes <philippe.nunes@linux.intel.com>
Wed, 30 Mar 2011 21:39:38 +0000 (23:39 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 31 Mar 2011 00:36:09 +0000 (19:36 -0500)
src/stkutil.c
src/stkutil.h

index c64cb7a..3418b4b 100644 (file)
@@ -5493,7 +5493,7 @@ const unsigned char *stk_pdu_from_response(const struct stk_response *response,
         * Min = N.
         *
         * However comprehension required is set for many of the TLVs in
-        * TS 102 384 conformace tests so we set it per command and per
+        * TS 102 384 conformance tests so we set it per command and per
         * data object type.
         */
        tag = STK_DATA_OBJECT_TYPE_DEVICE_IDENTITIES;
@@ -6269,7 +6269,7 @@ char *stk_image_to_xpm(const unsigned char *img, unsigned int len,
 
        /*
         * space needed:
-        *      header line
+        *      header line
         *      declaration and beginning of assignment line
         *      values - max length of 19
         *      colors - ncolors * (cpp + whitespace + deliminators + color)
index f2df23f..1b38dec 100644 (file)
@@ -245,7 +245,7 @@ enum stk_result_type {
        STK_RESULT_TYPE_USER_REJECT =                   0x22,
        STK_RESULT_TYPE_USER_CANCEL =                   0x23,
        STK_RESULT_TYPE_TIMER_CONFLICT =                0x24,
-       STK_RESULT_TYPE_CALL_CONTROL_TEMPORARY =        0x25,
+       STK_RESULT_TYPE_CALL_CONTROL_TEMPORARY =        0x25,
        STK_RESULT_TYPE_BROWSER_TEMPORARY =             0x26,
        STK_RESULT_TYPE_MMS_TEMPORARY =                 0x27,