From 0a09bd10c8d7c1f8ab04aa27d40e923f9862be32 Mon Sep 17 00:00:00 2001 From: Alex Harker Date: Sun, 17 Mar 2019 16:09:42 +0000 Subject: [PATCH] Typo --- include/FluidSCWrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FluidSCWrapper.hpp b/include/FluidSCWrapper.hpp index 9fa1cb4..e509bba 100644 --- a/include/FluidSCWrapper.hpp +++ b/include/FluidSCWrapper.hpp @@ -284,7 +284,7 @@ public: } Wrapper *w = new Wrapper( - world, args); // this has to be on the heap, because it doesn't get destoryed until the async command is done + world, args); // this has to be on the heap, because it doesn't get destroyed until the async command is done int argsPosition = args->count; auto argsRdPos = args->rdpos;