Skip to content

Commit 26fc9e2

Browse files
committed
Fix typo
1 parent 3fc08b7 commit 26fc9e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/03-setup/linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ $ sudo pacman -S \
2929
arm-none-eabi-gdb \
3030
minicom
3131
```
32-
`openocd` is not availabie in the official Arch repositories, but can be installed from the [AUR](https://aur.archlinux.org/packages/openocd/) or can be compiled from source as follows:
32+
33+
`openocd` is not available in the official Arch repositories, but can be installed from the [AUR](https://aur.archlinux.org/packages/openocd/) or can be compiled from source as follows:
3334

3435
``` console
3536
git clone git://git.code.sf.net/p/openocd/code openocd-code

0 commit comments

Comments
 (0)