mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 06:24:17 +00:00
Fix: Spelling of a comment in server/check_output_directory.js
This commit is contained in:
parent
58cc4ac45f
commit
a82ffa542f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ async function get_error(directory) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks that the output directory is writeable,
|
* 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
|
* @param {string} directory
|
||||||
*/
|
*/
|
||||||
function check_output_directory(directory) {
|
function check_output_directory(directory) {
|
||||||
|
|
Loading…
Reference in a new issue