Skip to content

Commit 883ab9d

Browse files
authored
Fix a few typos in DDT documentation (#74)
* Fix typo in uenv-linaro-forge.md * Fix ddt version in uenv-linaro-forge.md
1 parent 211fa82 commit 883ab9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/uenv-linaro-forge.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ The linaro tools are configured to be mounted in the `/user-tools` path so that
2323
When using alongside another uenv, start a uenv session with both uenv with `linaro-forge` after the main uenv, to mount the images at the respective `/user-environment` and `/user-tools` locations:
2424

2525
```bash
26-
uenv start prgenv-gnu/24.2:v3 linaro-forge/32.1.2
26+
uenv start prgenv-gnu/24.2:v3 linaro-forge/23.1.2
2727

2828
# test that everything has been mounted correctly
2929
# (will give warnings if there are problems)
3030
uenv status
3131

3232
uenv view prgenv-gnu:default
33-
source /user-tools/acvitave
33+
source /user-tools/activate
3434

3535
# check that ddt is in the path
3636
ddt --version
@@ -43,9 +43,9 @@ The linaro tools are configured to be mounted in the `/user-tools` path so that
4343
When using the uenv with no other environment mounted, you will need to explicitly set the `/user-tools` mount point:
4444

4545
```bash
46-
uenv start linaro-forge/32.1.2:/user-tools
46+
uenv start linaro-forge/23.1.2:/user-tools
4747

48-
source /user-tools/acvitave
48+
source /user-tools/activate
4949

5050
# check that ddt is in the path
5151
ddt --version

0 commit comments

Comments
 (0)