X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..bbe1883648093b16f04fc6b017ff745ffa22de5f:/src/surf/storage_n11.hpp diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index 6ac7cc7b60..fdd2abf20d 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -31,7 +31,7 @@ public: StorageN11Model(); StorageImpl* createStorage(const std::string& id, const std::string& type_id, const std::string& content_name, const std::string& attach) override; - double next_occuring_event(double now) override; + double next_occurring_event(double now) override; void update_actions_state(double now, double delta) override; };