correct a typo in a comment for clarification

This commit is contained in:
zefie
2022-09-22 16:06:14 -04:00
parent daf0d4af9b
commit 5dff5779e9

View File

@@ -218,7 +218,7 @@ async function processPath(socket, service_vault_file_path, request_headers = ne
});
}
} else {
// not a potential service file, so save to send
// not a potential service file, so safe to send
sendRawFile(socket, service_vault_file_path);
}