]> git.lyx.org Git - lyx.git/blobdiff - src/support/ForkedCalls.cpp
Fix Coverity false positive for null-pointer dereference
[lyx.git] / src / support / ForkedCalls.cpp
index 1318bd3ec2910156eb548e47f79c3711eb65261a..eb07314fe50f897a063d1074b870ed4574a67dfe 100644 (file)
@@ -661,7 +661,7 @@ void handleCompletedProcesses()
                        forkedCalls.erase(it);
                        actCall->emitSignal();
 
-                       /* start all over: emiting the signal can result
+                       /* start all over: emitting the signal can result
                         * in changing the list (Ab)
                         */
                        it = forkedCalls.begin();