Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit a0bd1a8

Browse files
authored
Fix some typos in comments (#7)
Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
1 parent bb5d765 commit a0bd1a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extra/share/dune/env/env.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ __dune_env() {
77
fi
88
local ROOT="$1"
99

10-
# Add dune to PATH unless its already present.
10+
# Add dune to PATH unless it's already present.
1111
# Affix colons on either side of $PATH to simplify matching (based on
1212
# rustup's env script).
1313
case :"$PATH": in

extra/share/dune/env/env.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ __dune_env() {
77
fi
88
local ROOT="$1"
99

10-
# Add dune to PATH unless its already present.
10+
# Add dune to PATH unless it's already present.
1111
# Affix colons on either side of $PATH to simplify matching (based on
1212
# rustup's env script).
1313
case :"$PATH": in

0 commit comments

Comments
 (0)