Skip to content

Commit

Permalink
fix: typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 20, 2024
1 parent 93ed0b3 commit c6370db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/versionInjector.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// this file is used to nject the version/build timestamp for Termivolt at build time
// this file is used to inject the version/build timestamp for Termivolt at build time
import { readFile, writeFile } from "fs/promises";
import path from "path";
import { fileURLToPath } from "url";
Expand Down
2 changes: 1 addition & 1 deletion src/commands/archive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const archive = async function (
);
}

// for SOME reason we need to end the process manually after sending the message - is something lingering?
// for SOME reason we need to end the process manually - is something lingering?
return process.exit(0);
});
};
Expand Down
2 changes: 1 addition & 1 deletion src/commands/rmfromgroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const rmFromGroup = async function (
);
}

// for SOME reason we need to end the process manually after sending the message - is something lingering?
// for SOME reason we need to end the process manually - is something lingering?
return process.exit(0);
});
};
Expand Down

0 comments on commit c6370db

Please sign in to comment.