diff --git a/cmake_modules/UnityBuild.cmake b/cmake_modules/UnityBuild.cmake index 7c133f1257..2a9bbf9452 100644 --- a/cmake_modules/UnityBuild.cmake +++ b/cmake_modules/UnityBuild.cmake @@ -59,7 +59,7 @@ MACRO (ENABLE_UNITY_BUILD TARGET_NAME SOURCE_VARIABLE_NAME UNIT_SIZE EXTENSION) # Limit is zero based conversion of unit_size MATH(EXPR LIMIT ${UNIT_SIZE}-1) SET(FILES ${SOURCE_VARIABLE_NAME}) - # Effectivly ignore the source files from the build, but keep track them for changes. + # Effectively ignore the source files from the build, but keep track them for changes. SET_SOURCE_FILES_PROPERTIES(${${FILES}} PROPERTIES HEADER_FILE_ONLY true) # Counts the number of source files up to the threshold SET(COUNTER ${LIMIT}) diff --git a/drivers/README.md b/drivers/README.md index b931c49f0b..a3818bd38a 100644 --- a/drivers/README.md +++ b/drivers/README.md @@ -8,7 +8,7 @@ All drivers must provide complete and up to date user Documentation. The documen # Documentation Template -Below are some documentation templates that can be used to write new documentation for your driver. Be direct, simple, and make no assumptions on the user knowledge. The documentation should be friendly to new useres with clear instructions accompined with screenshots and visual aids to ensure proper communication. +Below are some documentation templates that can be used to write new documentation for your driver. Be direct, simple, and make no assumptions on the user knowledge. The documentation should be friendly to new useres with clear instructions accompanied with screenshots and visual aids to ensure proper communication. Screenshots for the driver functionalities are required. You can use whatever GUI client of your choice when submitting the screenshots. The format must be JPG and named after the INDI group/tab they belong to (e.g. main_control.jpg, options.jpg..etc). @@ -92,7 +92,7 @@ sudo apt-get update && sudo apt-get install indi-DRIVER_NAME
-1. How is the device connectd? USB? Ethernet? WiFi..etc? +1. How is the device connected? USB? Ethernet? WiFi..etc? 2. Dedicate a section to each connection method. Put images of each. What configuration required..etc 3. Any special settings to take care of to ensure successful connection?
diff --git a/drivers/ccd/guide_simulator.cpp b/drivers/ccd/guide_simulator.cpp index a70fe193bd..49f9715daf 100644 --- a/drivers/ccd/guide_simulator.cpp +++ b/drivers/ccd/guide_simulator.cpp @@ -664,7 +664,7 @@ int GuideSim::DrawCcdFrame(INDI::CCDChip * targetChip) while (fgets(line, 256, pp) != nullptr) { - // ok, lets parse this line for specifcs we want + // ok, lets parse this line for specifics we want char id[20]; char plate[6]; char ob[6]; diff --git a/scripts/indi-core-deb.sh b/scripts/indi-core-deb.sh index 346a39334f..4347ddba79 100755 --- a/scripts/indi-core-deb.sh +++ b/scripts/indi-core-deb.sh @@ -23,5 +23,5 @@ pwd popd echo -echo "Avaliable packages:" +echo "Available packages:" ls -l build/*.deb diff --git a/test/alignment/alignment_scope.h b/test/alignment/alignment_scope.h index dccc0fda3d..1455d91268 100644 --- a/test/alignment/alignment_scope.h +++ b/test/alignment/alignment_scope.h @@ -23,7 +23,7 @@ class Scope : public INDI::Telescope, public INDI::AlignmentSubsystem::Alignment return "MockAlignmentScope"; } - // make sure to pass new values into the alignment subsytem with all the ISNew* methods + // make sure to pass new values into the alignment subsystem with all the ISNew* methods bool ISNewNumber(const char *dev, const char *name, double values[], char *names[], int n) override { if (dev != nullptr && strcmp(dev, getDeviceName()) == 0)