]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.h
Correct comment
[lyx.git] / src / support / ForkedCalls.h
index 452c9792c4661a5a457bad0ad0c9d9740fdfb30a..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.
@@ -201,7 +201,7 @@ ForkedCall::sigPtr add(std::string const & process);
 /// Query whether the queue is running a forked process now.
 bool running();
 
-}
+} // namespace ForkedCallQueue
 
 
 /**