Skip to content

Commit fd76afd

Browse files
committed
fix typo
1 parent 967601d commit fd76afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/clojure_cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ The following environment variables can influence CLI execution (many are descri
514514
* `XDG_CONFIG_HOME` - if this standard var is set, will use `$XDG_CONFIG_HOME/clojure` as the user config directory
515515
* `CLJ_CACHE` - user cache directory, (defaults = `<config-dir>/.cpcache`)
516516
* `XDG_CACHE_HOME` - if this standard var is set, will use `$XDG_CACHE_HOME/clojure` as the user cache directory
517-
* `CLJ_JVM_OPTS` - JVM options to be included in internal calls to the classpath building process, which can be useful to provide things like a truststore with a self-signed certifate using to download internal artifacts
517+
* `CLJ_JVM_OPTS` - JVM options to be included in internal calls to the classpath building process, which can be useful to provide things like a truststore with a self-signed certificate using to download internal artifacts
518518
* `JAVA_CMD` - path to Java executable to use
519519
* `JAVA_HOME` - if no `$JAVA_CMD` and no `java` on path, will try to use `$JAVA_HOME/bin/java`
520520
* `JAVA_OPTS` - JVM options to be included in the user command being executed - not cached. Included before any `-J` command line parameters and any `:jvm-opts`

0 commit comments

Comments
 (0)