commit cd32001de672fb80d37c5f6febd6e15c25a704aa
Author: Richard Heck <[email protected]>
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.