@@ -177,7 +177,7 @@ class GroupReply
177177 static bool enable_exception (bool exception_mode = true );
178178 // - has_failed accessor
179179/* *
180- * Check if an error has occured
180+ * Check if an error has occurred
181181 *
182182 * Returns a boolean set to true if the command executed on the group
183183 * element has failed. Otherwise, returns false
@@ -416,7 +416,7 @@ class GroupReplyList : public std::vector<GroupReply>
416416// /@publicsection
417417 // - has_failed accessor
418418/* *
419- * Check if an error has occured
419+ * Check if an error has occurred
420420 *
421421 * Returns a boolean set to true if the write_attribute executed on the group has failed
422422 * for any device member of the hierarchy. Otherwise, returns false
@@ -482,7 +482,7 @@ class GroupCmdReplyList : public std::vector<GroupCmdReply>
482482// /@publicsection
483483 // - has_failed accessor method
484484/* *
485- * Check if an error has occured
485+ * Check if an error has occurred
486486 *
487487 * Returns a boolean set to true if the command executed on the group has failed
488488 * for any device member of the hierarchy. Otherwise, returns false
@@ -547,7 +547,7 @@ class GroupAttrReplyList : public std::vector<GroupAttrReply>
547547// /@publicsection
548548 // - has_failed accessor method
549549/* *
550- * Check if an error has occured
550+ * Check if an error has occurred
551551 *
552552 * Returns a boolean set to true if the read_attribute executed on the group has failed
553553 * for any device member of the hierarchy. Otherwise, returns false
@@ -1759,7 +1759,7 @@ bool GroupCmdReply::operator>> (T& dest)
17591759 errors.length (1 );
17601760 errors[0 ].severity = Tango::ERR;
17611761 errors[0 ].desc = Tango::string_dup (" unknown exception caught" );
1762- errors[0 ].reason = Tango::string_dup (" an error occured while trying to extract data" );
1762+ errors[0 ].reason = Tango::string_dup (" an error occurred while trying to extract data" );
17631763 errors[0 ].origin = Tango::string_dup (" GroupCmdReply::operator>>" );
17641764 DevFailed df (errors);
17651765 GroupReply::exception_m = df;
@@ -1822,7 +1822,7 @@ bool GroupAttrReply::operator>> (T& dest)
18221822 errors.length (1 );
18231823 errors[0 ].severity = Tango::ERR;
18241824 errors[0 ].desc = Tango::string_dup (" unknown exception caught" );
1825- errors[0 ].reason = Tango::string_dup (" an error occured while trying to extract data" );
1825+ errors[0 ].reason = Tango::string_dup (" an error occurred while trying to extract data" );
18261826 errors[0 ].origin = Tango::string_dup (" GroupAttrReply::operator>>" );
18271827 DevFailed df (errors);
18281828 GroupReply::exception_m = df;
0 commit comments