1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 09:23:53 +00:00

fixed a typo in a doxygen comment

This commit is contained in:
Marc Zinnschlag 2013-04-25 10:27:43 +02:00
parent 71fc8f5830
commit 247a76766d

View file

@ -3,7 +3,7 @@
#include <string>
namespace MWWorld
namespace MWWorld
{
struct ESMStore;
}
@ -27,7 +27,7 @@ namespace MWDialogue
static std::string idFromIndex (const std::string& topic, int index);
};
/// \biref A quest entry with a timestamp.
/// \brief A quest entry with a timestamp.
struct StampedJournalEntry : public JournalEntry
{
int mDay;