X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_main.C;h=caa2a2b6897730040b8fa97abcefda1667b6cf0a;hb=c4320d24cd2d29c2e77958b4a8fd44f2bd587ca7;hp=a029f52e4162998e0b88feb265c52b5ff6d77cb1;hpb=7b2cce9d5d19fd6e05cf0373b51807da19d4e82b;p=lyx.git diff --git a/src/lyx_main.C b/src/lyx_main.C index a029f52e41..caa2a2b689 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -439,8 +439,8 @@ void LyX::prepareExit() pimpl_->lyx_socket_.reset(); } - // Kill the application object before exiting. This avoid crash - // on exit on Linux. + // Kill the application object before exiting. This avoids crashes + // when exiting on Linux. if (pimpl_->application_) pimpl_->application_.reset(); }