summaryrefslogtreecommitdiff
path: root/storage/ndb/src/cw/cpcd/CPCD.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/cw/cpcd/CPCD.hpp')
-rw-r--r--storage/ndb/src/cw/cpcd/CPCD.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/storage/ndb/src/cw/cpcd/CPCD.hpp b/storage/ndb/src/cw/cpcd/CPCD.hpp
index 3c2934c0f49..38c498f3b67 100644
--- a/storage/ndb/src/cw/cpcd/CPCD.hpp
+++ b/storage/ndb/src/cw/cpcd/CPCD.hpp
@@ -148,7 +148,7 @@ public:
*
* @return
* - 0 if successful
- - -1 and sets errno if an error occured
+ - -1 and sets errno if an error occurred
*/
int writePid(int pid);
@@ -308,7 +308,7 @@ public:
* - true if the addition was successful,
* - false if not
* - RequestStatus will be filled in with a suitable error
- * if an error occured.
+ * if an error occurred.
*/
bool defineProcess(RequestStatus *rs, Process * arg);
@@ -320,7 +320,7 @@ public:
* - true if the removal was successful,
* - false if not
* - The RequestStatus will be filled in with a suitable error
- * if an error occured.
+ * if an error occurred.
*/
bool undefineProcess(RequestStatus *rs, int id);
@@ -334,7 +334,7 @@ public:
* - true if the marking was successful
* - false if not
* - RequestStatus will be filled in with a suitable error
- * if an error occured.
+ * if an error occurred.
*/
bool startProcess(RequestStatus *rs, int id);
@@ -344,7 +344,7 @@ public:
* - true if the marking was successful
* - false if not
* - The RequestStatus will be filled in with a suitable error
- * if an error occured.
+ * if an error occurred.
*/
bool stopProcess(RequestStatus *rs, int id);