]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.h
Correct comment
[lyx.git] / src / support / ForkedCalls.h
index 8a4bf1d4aa40a9cc53a4e904fd73ff464eab4cbc..51cacd6d7975a13ebf4097cad53506d00cfa88eb 100644 (file)
@@ -141,7 +141,7 @@ private:
 /**
  * An instance of class ForkedCall represents a single child process.
  *
- * Class ForkedCall uses fork() and execvp() to lauch the child process.
+ * Class ForkedCall uses fork() and execvp() to launch the child process.
  *
  * Once launched, control is returned immediately to the parent process
  * but a Signal can be emitted upon completion of the child.