From c2f4ed7dd055d8503ace2d680b5fb5c4a904aedb Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Mon, 14 Jun 2010 21:28:08 +0200 Subject: [PATCH] Documentation typo --- synfig-core/src/synfig/importer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/synfig-core/src/synfig/importer.h b/synfig-core/src/synfig/importer.h index 18c53a4..ce89da5 100644 --- a/synfig-core/src/synfig/importer.h +++ b/synfig-core/src/synfig/importer.h @@ -80,6 +80,8 @@ class ProgressCallback; class Importer : public etl::shared_object { public: + //! Type that represents a pointer to a Importer's constructor. + //! As a pointer to the constructor, it represents a "factory" of importers. typedef Importer* (*Factory)(const char *filename); typedef std::map Book; static Book* book_; @@ -98,7 +100,7 @@ public: typedef etl::handle ConstHandle; private: - //! Gamm of the imoporter. + //! Gamma of the importer. //! \todo Do not hardcode the gamma to 2.2 Gamma gamma_; -- 2.7.4