* src/misc/optionmap.cc, src/misc/optionmap.hh: Typo (Hummm).

This commit is contained in:
Denis Poitrenaud 2005-02-07 15:47:36 +00:00
parent 661dee8633
commit b10727f139
3 changed files with 11 additions and 6 deletions

View file

@ -19,8 +19,8 @@
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
#ifndef SPOT_MISC_OPTION_MAP_HH
# define SPOT_MISC_OPTION_MAP_HH
#ifndef SPOT_MISC_OPTIONMAP_HH
# define SPOT_MISC_OPTIONMAP_HH
#include <string>
#include <map>
@ -71,4 +71,4 @@ namespace spot
};
};
#endif
#endif // SPOT_MISC_OPTIONMAP_HH