diff --git a/server/check_output_directory.js b/server/check_output_directory.js index 9a592c5..2a6b2ef 100644 --- a/server/check_output_directory.js +++ b/server/check_output_directory.js @@ -56,7 +56,7 @@ async function get_error(directory) { /** * Checks that the output directory is writeable, - * ans exits the current process with an error otherwise. + * and exits the current process with an error otherwise. * @param {string} directory */ function check_output_directory(directory) {