/**\r
* The character used to separate the words in a part label\r
*/\r
- public static final String PART_LABEL_SEPERATOR = "_";\r
+ public static final String PART_LABEL_SEPARATOR = "_";\r
/** The Constant PART_COMMON_LABEL. */\r
public static final String PART_COMMON_LABEL = "common";\r
/** The properties. */\r
* @return the common part name\r
*/\r
public String getCommonPartName(String servicePathComponent) {\r
- return servicePathComponent + PART_LABEL_SEPERATOR + PART_COMMON_LABEL;\r
+ return servicePathComponent + PART_LABEL_SEPARATOR + PART_COMMON_LABEL;\r
}\r
\r
/**\r