X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d381feb9b44e9d94e608c9b389c453128d44dff..7e1931bdf65d5bc5f13b64688dc215e1585931c9:/src/surf/disk_s19.hpp diff --git a/src/surf/disk_s19.hpp b/src/surf/disk_s19.hpp index 5b537ef58a..b14d6f9ed5 100644 --- a/src/surf/disk_s19.hpp +++ b/src/surf/disk_s19.hpp @@ -30,7 +30,7 @@ class DiskS19Model : public DiskModel { public: DiskS19Model(); DiskImpl* createDisk(const std::string& id, double read_bw, double write_bw) override; - double next_occuring_event(double now) override; + double next_occurring_event(double now) override; void update_actions_state(double now, double delta) override; };