Merge pull request #184 from 16bitash/comment-spelling-fix

Fix: Spelling of a comment in server/check_output_directory.js
This commit is contained in:
Ophir LOJKINE 2021-04-14 18:51:38 +02:00 committed by GitHub
commit 9d81538432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {