Fix 'occurred' typo
[libasyncio] / asyncio / async_process.cpp
index a5f3285..3f0b73b 100644 (file)
@@ -634,7 +634,7 @@ void ProcessImplementation::stopProcess(bool force)
 /**
  * sends a signal to the child process.
  * @param signal the Signal which should be send.
- * @return @a true if the signal was sent; @a false if an error occured.
+ * @return @a true if the signal was sent; @a false if an error occurred.
  */
 bool ProcessImplementation::kill(Signal signal)
 {