X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseErrors.h;h=7b2a53d0456cf2f171a7a2d05329cf5bd16d05b7;hb=6418540f8a96c21bb4e592e330990f9714b91366;hp=762cb8fc227251e2ef3d57ba077732e20304d71c;hpb=06ff7d63300a6f4f84e05132e7d3a15d304eba49;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseErrors.h b/inc/FBaseErrors.h index 762cb8f..7b2a53d 100644 --- a/inc/FBaseErrors.h +++ b/inc/FBaseErrors.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -119,7 +118,7 @@ /** Thrown when the data is not enough to generate the processing result. */ #define E_DATA_NOT_ENOUGH (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1411)) -/** Thrown when the diplay right is violated */ +/** Thrown when the display right is violated. */ #define E_DISPLAY_RIGHT_VIOLATED (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1412)) //----------------------------------------------------------------------------E