Browse Source

Fix: Spelling of a comment in server/check_output_directory.js

dev_h
Ashish 4 years ago
parent
commit
a82ffa542f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/check_output_directory.js

+ 1
- 1
server/check_output_directory.js View File

56
 
56
 
57
 /**
57
 /**
58
  * Checks that the output directory is writeable,
58
  * Checks that the output directory is writeable,
59
- * ans exits the current process with an error otherwise.
59
+ * and exits the current process with an error otherwise.
60
  * @param {string} directory
60
  * @param {string} directory
61
  */
61
  */
62
 function check_output_directory(directory) {
62
 function check_output_directory(directory) {

Loading…
Cancel
Save