commit 928d95078961c76190d22bbc943f7887e488ec3d Author: Richard Heck <rgh...@lyx.org> Date: Wed Mar 26 15:17:57 2014 -0400
Typo. diff --git a/src/support/lassert.h b/src/support/lassert.h index 5a47edf..5e152e0 100644 --- a/src/support/lassert.h +++ b/src/support/lassert.h @@ -21,7 +21,7 @@ namespace lyx { /****************************************************************************** -LyX has five different macros that can be used to make assertions. The behave +LyX has five different macros that can be used to make assertions. They behave the same way in devel mode: They assert. The differences between them are how they behave in release mode.