Browse Source

Fix typos

Found via `codespell -S *.svg -L crate,ser`
Kian-Meng Ang 2 years ago
parent
commit
f77f9f116a
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      pkg/create_deb

+ 2 - 2
README.md

@@ -362,7 +362,7 @@ You can use `ffsend` from the command line in the same directory:
 .\ffsend.exe --help
 .\ffsend.exe --help
 ```
 ```
 
 
-To make it globally invokable as `ffsend`, you must make the binary available in
+To make it globally invocable as `ffsend`, you must make the binary available in
 your systems `PATH`. The easiest solution is to move it into `System32`:
 your systems `PATH`. The easiest solution is to move it into `System32`:
 ```cmd
 ```cmd
 move .\ffsend.exe C:\Windows\System32\ffsend.exe
 move .\ffsend.exe C:\Windows\System32\ffsend.exe
@@ -428,7 +428,7 @@ docker pull timvisee/ffsend
 ```
 ```
 
 
 On Linux or macOS you might define a alias in your shell configuration, to make
 On Linux or macOS you might define a alias in your shell configuration, to make
-it invokable as `ffsend`:
+it invocable as `ffsend`:
 
 
 ```bash
 ```bash
 alias ffsend='docker run --rm -it -v "$(pwd):/data" timvisee/ffsend'
 alias ffsend='docker run --rm -it -v "$(pwd):/data" timvisee/ffsend'

+ 1 - 1
pkg/create_deb

@@ -28,7 +28,7 @@ fi
 mkdir -p "$DIR/ffsend-$VERSION"
 mkdir -p "$DIR/ffsend-$VERSION"
 cp -- "$DIR/../ffsend" "$DIR/ffsend-$VERSION/ffsend"
 cp -- "$DIR/../ffsend" "$DIR/ffsend-$VERSION/ffsend"
 
 
-# Create an application tarbal
+# Create an application tarball
 cd -- "$DIR/.."
 cd -- "$DIR/.."
 git archive --format tar.gz -o "$DIR/ffsend-$VERSION/ffsend-$VERSION.tar.gz" "$TRAVIS_TAG"
 git archive --format tar.gz -o "$DIR/ffsend-$VERSION/ffsend-$VERSION.tar.gz" "$TRAVIS_TAG"