summaryrefslogtreecommitdiffstats
path: root/src/util.ts
diff options
context:
space:
mode:
authorjogo- <jogo@laposte.net>2021-05-26 21:10:23 +0200
committerGitHub <noreply@github.com>2021-05-26 21:10:23 +0200
commit37b3f9a1fd09087313feac6b510e7610815a6e20 (patch)
treefe6033442183ed4b77a8732cf29125319d6defb2 /src/util.ts
parent1bca6b9159e84ec028d345d106a652087fb50f55 (diff)
downloaddoxdocgen-37b3f9a1fd09087313feac6b510e7610815a6e20.tar.gz
Fix typos (#233)
Diffstat (limited to 'src/util.ts')
-rw-r--r--src/util.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.ts b/src/util.ts
index f6e429a..ac7ad4c 100644
--- a/src/util.ts
+++ b/src/util.ts
@@ -29,9 +29,9 @@ export function getIndentation(editor: vscode.TextEditor = vscode.window.activeT
}
/**
- * Expand enviroment variables in the string
+ * Expand environment variables in the string
* @param replace string containing environment variables
- * @returns new string with expanded enviroment variables
+ * @returns new string with expanded environment variables
*/
export function getEnvVars(replace: string): string {
let replacement = replace;