Skip to content

Commit e7ec2a2

Browse files
committed
readme: Typo and grammar fixes
- add missing letters - correct misspelled words Signed-off-by: Marie Mann <[email protected]>
1 parent 88d20f1 commit e7ec2a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ linked above.
3939

4040
The `tacd` serves a React-Based web interface to interactively remote control
4141
the LXA TAC.
42-
If you want to use this web interface with you `tacd` build you should build it
42+
If you want to use this web interface with your `tacd` build you should build it
4343
from source using the dark witchcraft that is javascript dependency management:
4444

4545
$ cd web
@@ -49,7 +49,7 @@ from source using the dark witchcraft that is javascript dependency management:
4949
### Building for your PC
5050

5151
The `tacd` contains stubs that make building a stripped-down version for your
52-
host PC possible. These can be useful for quickling checking if a change
52+
host PC possible. These can be useful for quickly checking if a change
5353
compiles, testing changes in the web interface or running unit tests.
5454

5555
#### Run `tacd` on your PC
@@ -107,7 +107,7 @@ documentation and add the following to the `.cargo/config.toml`:
107107
"-C", "link-arg=--sysroot=[PATH_TO_YOUR_INSTALLED_SDK]/sysroots/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi",
108108
]
109109

110-
Remeber to update *both* paths so that they point to your installed SDK.
110+
Remember to update *both* paths so that they point to your installed SDK.
111111
Also remember to always source the SDK activation script before building for
112112
the LXA TAC (and using a shell without a sourced SDK when building for the host
113113
PC).
@@ -117,7 +117,7 @@ PC).
117117
Then, you can use `cargo build --target armv7-unknown-linux-gnueabihf` to
118118
compile the `tacd`.
119119
The resulting binary is placed in `target/armv7-unknown-linux-gnueabihf/release/tacd`
120-
and contains averything required to run the tacd, including the web interface.
120+
and contains everything required to run the tacd, including the web interface.
121121
It can thus just be copied to your LXA TAC and run instead of the existing
122122
`tacd` (remember to `systemctl stop tacd` the already running instance).
123123

0 commit comments

Comments
 (0)