Fix a typo.

This commit is contained in:
Boldizsár Lipka 2012-12-14 09:47:04 +00:00
parent 184aee57eb
commit 4d8768ca9c

View file

@ -26,7 +26,7 @@
#include <string>
#include <vector>
/** A signleton class containing the parsed command line parameters. */
/** A singleton class containing the parsed command line parameters. */
struct toptions
: private boost::noncopyable
{