]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.h
Fix thinko in loop detection
[lyx.git] / src / ModuleList.h
index 125b61e9923f03daf0867348b2a6aa4d5f95c9b6..9f6434ef81955b665ae698b665ec0edaaa7591d4 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef MODULELIST_H
 #define MODULELIST_H
 
-#include <map>
 #include <string>
 #include <vector>
 
@@ -39,7 +38,7 @@ namespace lyx {
  *   #Excludes: theorems-chap
  *   #Category: theorems
  *  The description is used in the gui to give information to the user. The
- *  Requires, Excludes, and Categofy lines are read by the configuration script
+ *  Requires, Excludes, and Category lines are read by the configuration script
  *  and written to a file lyxmodules.lst in the user configuration directory.
  *  That file is then read on startup to populate the ModuleList, below.
  *