@@ -73,7 +73,7 @@ extern "C" {
73
73
* Internally used to create an error condition.
74
74
* @param id The instance id returned from @ref CreateIPhreeqc.
75
75
* @param error_msg The error message to display.
76
- * @return The current error count if successful; otherwise a negative value indicates an error occured (see @ref IPQ_RESULT).
76
+ * @return The current error count if successful; otherwise a negative value indicates an error occurred (see @ref IPQ_RESULT).
77
77
* @see GetErrorString, GetErrorStringLine, GetErrorStringLineCount, OutputErrorString
78
78
* @par Fortran90 Interface:
79
79
* @htmlonly
@@ -96,7 +96,7 @@ extern "C" {
96
96
* Internally used to create a warning condition.
97
97
* @param id The instance id returned from @ref CreateIPhreeqc.
98
98
* @param warn_msg The warning message to display.
99
- * @return The current warning count if successful; otherwise a negative value indicates an error occured (see @ref IPQ_RESULT).
99
+ * @return The current warning count if successful; otherwise a negative value indicates an error occurred (see @ref IPQ_RESULT).
100
100
* @see GetWarningString, GetWarningStringLine, GetWarningStringLineCount, OutputWarningString
101
101
* @par Fortran90 Interface:
102
102
* @htmlonly
@@ -137,7 +137,7 @@ extern "C" {
137
137
138
138
/**
139
139
* Create a new IPhreeqc instance.
140
- * @return A non-negative value if successful; otherwise a negative value indicates an error occured (see @ref IPQ_RESULT).
140
+ * @return A non-negative value if successful; otherwise a negative value indicates an error occurred (see @ref IPQ_RESULT).
141
141
* @see DestroyIPhreeqc
142
142
* @par Fortran90 Interface:
143
143
* @htmlonly
@@ -224,7 +224,7 @@ extern "C" {
224
224
* Retrieves the number of components in the current component list.
225
225
* @param id The instance id returned from @ref CreateIPhreeqc.
226
226
* @return The current count of components.
227
- * A negative value indicates an error occured (see @ref IPQ_RESULT).
227
+ * A negative value indicates an error occurred (see @ref IPQ_RESULT).
228
228
* @see GetComponent
229
229
* @par Fortran90 Interface:
230
230
* @htmlonly
@@ -671,7 +671,7 @@ extern "C" {
671
671
* Retrieves the nth user number of the currently defined <B>SELECTED_OUTPUT</B> keyword blocks.
672
672
* @param id The instance id returned from @ref CreateIPhreeqc.
673
673
* @param n The zero-based index of the <B>SELECTED_OUTPUT</B> user number to retrieve.
674
- * @return The nth defined user number; a negative value indicates an error occured .
674
+ * @return The nth defined user number; a negative value indicates an error occurred .
675
675
* @see GetCurrentSelectedOutputUserNumber, GetSelectedOutputCount, SetCurrentSelectedOutputUserNumber
676
676
* @pre @ref RunAccumulated, @ref RunFile, @ref RunString must have been called and returned 0 (zero) errors.
677
677
* @par Fortran90 Interface:
0 commit comments