]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/loader.h
Minor style/typo fixes
[libs/datafile.git] / source / loader.h
index fe8f0aa54f7621939b1bc2cba946f0f10ca58d0d..cf2b5454b907a038e66745a7ecd7fadf239dcf56 100644 (file)
@@ -192,7 +192,7 @@ void load(T &obj, const std::string &fn, Args &... args)
 }
 
 /**
-Loads an object from a file stored in a collection.  The object must havea
+Loads an object from a file stored in a collection.  The object must have a
 public Loader class.  The collection is passed to the Loader constructor,
 followed by any extra arguments.
 */