From 6fab3de48e129e1703f70941f65ae89853e567d5 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 30 Jun 2021 19:45:33 +0200 Subject: Fix spelling --- assets/ci.sh | 4 ++-- backends/visca.md | 2 +- backends/wininput.c | 4 ++-- configs/returnone.lua | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/ci.sh b/assets/ci.sh index f31f385..0bc6d4a 100755 --- a/assets/ci.sh +++ b/assets/ci.sh @@ -67,8 +67,8 @@ ARGS(){ print_help() { printf "Usage: %s [OPTIONS]\n\n" "$0" printf -- "-t=, \t--target=, \n\n" - printf -- "--deploy\tPackage release/nightly versions to the ./deployment/\$target directory.\n" - printf -- "--deps\t\tCheck and install all dependencies needed for the specified target without the need to manualy run the dependency install targets/s.\n" + printf -- "--deploy\tPack releases to the ./deployment/\$target directory.\n" + printf -- "--deps\t\tCheck and install all dependencies needed for the specified target prior to target run.\n" printf -- "-af, --allow-failure\tAlways exit with code 0.\n" printf -- "-v, --verbose\tEnables detailed log output.\n\n" printf "Valid test targets are: \t\"check-spelling\" - \"1\", \"check-codespelling\" - \"2\", \"analyze-complexity\" - \"3\", \"analyze-shellscript\" - \"4\", \"stats\" - \"5\".\n" diff --git a/backends/visca.md b/backends/visca.md index 7b1bcc3..d10eb95 100644 --- a/backends/visca.md +++ b/backends/visca.md @@ -51,7 +51,7 @@ control.stick_x > visca.move.x control.stick_y > visca.move.y ``` -#### Compatability list +#### Compatibility list | Manufacturer | Exact model(s) tested | Compatible models | Result / Notes | |---------------|-------------------------------|-----------------------------------------------|-------------------------------------------------------| diff --git a/backends/wininput.c b/backends/wininput.c index 1d1c85b..fc07328 100644 --- a/backends/wininput.c +++ b/backends/wininput.c @@ -111,11 +111,11 @@ static int request_comparator(const void * raw_a, const void * raw_b){ //joysticks need to be sorted by controller id first so we can query them once if(a->ident.fields.type == joystick){ - //joystick id is in the upper bits of control and we dont actually care about anything else + //joystick id is in the upper bits of control and we don't actually care about anything else return a->ident.fields.control - b->ident.fields.control; } - //the rest doesnt actually need to be sorted at all + //the rest doesn't actually need to be sorted at all return 0; } diff --git a/configs/returnone.lua b/configs/returnone.lua index cde0b03..5296de0 100644 --- a/configs/returnone.lua +++ b/configs/returnone.lua @@ -1,7 +1,7 @@ -- ReturnOne by Paul Hedderly -- Sometimes you just want an on/off from linear pads -- For example I want to activate scenes in OBS from a Korg NanoPad2 --- But I dont want to have to thump the pads to get a 1.0 output +-- But I don't want to have to thump the pads to get a 1.0 output -- -- You could use this as: -- [midi nanoP] -- cgit v1.2.3