Skip to content

Commit 3a36250

Browse files
committed
doc: fix some typos in Cooja documentation
1 parent ac7f598 commit 3a36250

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/getting-started/Toolchain-installation-on-macOS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ brew tap caskroom/cask
2525
$ brew cask install tuntap
2626
```
2727
### Install some python packages
28-
Those are used/needed by some of the Contiki-NG python scripts.
28+
Those are used/needed by some Contiki-NG Python scripts.
2929

3030
```bash
3131
$ pip install intelhex pyserial python-magic

doc/tutorials/Running-Contiki-NG-in-Cooja.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This tutorial shows how to use Cooja, a network simulator.
44
First, make sure you have Cooja installed (see [doc:toolchain-installation]).
55
Make sure the right Java virtual machine is installed, and the Cooja submodule downloaded (`git submodule update --init --recursive`).
66

7-
Go to the Cooja directory, build and start it with `ant`.
7+
Go to the Cooja directory, build and start it with `Gradle`.
88

99
```
1010
$ cd tools/cooja
@@ -19,8 +19,8 @@ Choose a name for the simulation, set other optional parameters, and click `Crea
1919
You should see a new empty simulation window:
2020
![Cooja](https://contiki-ng.github.io/images/Cooja2.png)
2121

22-
By default, the simulation contains an number of panels:
23-
* The 'Network' panel will show the network toplogy.
22+
By default, the simulation contains a number of panels:
23+
* The 'Network' panel will show the network topology.
2424
* The 'Simulation control' panel is used to start/pause/reload simulations.
2525
* The 'Notes' panel is for your own notes.
2626
* The 'Mote output' panel shows the serial line output of every node in the network.
@@ -29,7 +29,7 @@ By default, the simulation contains an number of panels:
2929
There are many other views available, try for instance `Tools->Radio messages` to add a panel that shows all packets sent during a simulation.
3030

3131
You can save your simulation with `File->Save simulation as...`.
32-
Cooja simluation files are have the extension `.csc`.
32+
Cooja simulation files are have the extension `.csc`.
3333
Many of the examples provided in Contiki-NG come with their own `.csc` file, which one can open with `File->Open simulation`.
3434

3535
We will now create a simple simulation, with just one node running the `hello-world` example.

0 commit comments

Comments
 (0)