From 58c5ef98f40f7c0811ea663bc3a667530e1c4946 Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 24 Jan 2013 13:26:22 +0000 Subject: [PATCH] typo-fix: ExperimentData.hpp git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2020 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/comm/ExperimentData.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/comm/ExperimentData.hpp b/src/core/comm/ExperimentData.hpp index a9bddfbd..dc1a6ef3 100644 --- a/src/core/comm/ExperimentData.hpp +++ b/src/core/comm/ExperimentData.hpp @@ -1,6 +1,6 @@ /** * \brief This is the base class for all user-defined data types for - * expirement parameter and results. + * experiment parameter and results. */ #ifndef __EXPERIMENT_DATA_HPP__