util/datamanager.lua
changeset 12392 50fcd3879482
parent 12391 05c250fa335a
child 12979 d10957394a3c
--- a/util/datamanager.lua	Mon Mar 07 00:13:56 2022 +0100
+++ b/util/datamanager.lua	Mon Mar 07 00:35:29 2022 +0100
@@ -222,7 +222,7 @@
 			os_remove(getpath(username, host, datastore));
 		end
 		-- we write data even when we are deleting because lua doesn't have a
-		-- platform independent way of checking for non-existing files
+		-- platform independent way of checking for nonexisting files
 	until ok;
 	return true;
 end
@@ -290,7 +290,7 @@
 		os_remove(getpath(username, host, datastore, "list"));
 	end
 	-- we write data even when we are deleting because lua doesn't have a
-	-- platform independent way of checking for non-existing files
+	-- platform independent way of checking for nonexisting files
 	return true;
 end