Skip to content

Commit da94bb8

Browse files
committed
Fix typo in script name.
1 parent 4aab1ad commit da94bb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/jitsi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The generated maven repository is then host in the project https://github.com/el
2828

2929
#### Jitsi version
3030

31-
Update the script `./tools/jitsi/build_jisti_libs.sh` with the tag of the project `https://github.com/jitsi/jitsi-meet`.
31+
Update the script `./tools/jitsi/build_jitsi_libs.sh` with the tag of the project `https://github.com/jitsi/jitsi-meet`.
3232

3333
Latest tag can be found from this page: https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md
3434

@@ -39,7 +39,7 @@ Currently we are building the version with the tag `mobile-sdk-10.2.0`.
3939
At the root of the Element Android, run the following script:
4040

4141
```shell script
42-
./tools/jitsi/build_jisti_libs.sh
42+
./tools/jitsi/build_jitsi_libs.sh
4343
```
4444

4545
It will build the Jitsi Meet Android library and put every generated files in the folder `/tmp/jitsi`
File renamed without changes.

0 commit comments

Comments
 (0)