Skip to content

Fix spelling errors #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ cmake_minimum_required (VERSION 3.7.2 FATAL_ERROR)

if (APPLE)
#
# The following variables define the portability and compatability attributes of the Mac macOS build
# they are choosen with care and should not be changed without good cause.
# The following variables define the portability and compatibility attributes of the Mac macOS build
# they are chosen with care and should not be changed without good cause.
#
# Among other things these options are chosen to match the portability and compatability options of the
# Among other things these options are chosen to match the portability and compatibility options of the
# Qt framework dylibs which can be checked as follows:
#
# otool -l <binary> | grep -A3 LC_VERSION_MIN_MACOSX
Expand Down Expand Up @@ -102,7 +102,7 @@ endif (BUILD_SHARED_LIBS)
option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts
files (WARNING: make clean will delete the source .ts files! Danger!)")
option (WSJT_SHARED_RUNTIME "Debugging option that allows running from a shared Cloud directory.")
option (WSJT_QDEBUG_TO_FILE "Redirect Qt debuging messages to a trace file.")
option (WSJT_QDEBUG_TO_FILE "Redirect Qt debugging messages to a trace file.")
option (WSJT_TRACE_CAT "Debugging option that turns on CAT diagnostics.")
option (WSJT_TRACE_CAT_POLLS "Debugging option that turns on CAT diagnostics during polling.")
option (WSJT_HAMLIB_TRACE "Debugging option that turns on minimal Hamlib internal diagnostics.")
Expand Down Expand Up @@ -695,7 +695,7 @@ endif (WIN32)


#
# decide on platform specifc packing and fixing up
# decide on platform specific packing and fixing up
#
if (APPLE)
set (WSJTX_BUNDLE_VERSION ${wsjtx_VERSION})
Expand Down Expand Up @@ -884,7 +884,7 @@ set (CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)

# set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")

# add the automaticaly determined parts of the RPATH which point to
# add the automatically determined parts of the RPATH which point to
# directories outside of the build tree to the install RPATH
set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

Expand Down Expand Up @@ -922,7 +922,7 @@ set (QT_MKSPECS_DIR ${QT_DATA_DIR}/mkspecs)
set (CMAKE_AUTOMOC ON)

# don't use Qt "keywords" signal, slot, emit in generated files to
# avoid compatability issue with other libraries
# avoid compatibility issue with other libraries
# ADD_DEFINITIONS (-DQT_NO_KEYWORDS)
# ADD_DEFINITIONS (-DUNICODE) #as per qmake

Expand Down
2 changes: 1 addition & 1 deletion manpages/man1/jtdx.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ applications settings dialog.

~/.local/share/JTDX[ - RIGNAME]/save/samples/::

Sample .WAV files suppied with the application are found in this
Sample .WAV files supplied with the application are found in this
directory, they may be played back in the application and are referred
to in the user guide tutorial sections.

Expand Down
2 changes: 1 addition & 1 deletion package_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ JTDX Version 2.2 offers six different protocols or modes: FT4, FT8,
JT9, JT65, T10 and WSPR.
.
FT8 is the most popular mode of communication, JTDX provides matched
filter and own statistics based FT8 decoders with possibilty to decode
filter and own statistics based FT8 decoders with possibility to decode
some signals as low as -30 dB SNR in a 2500 Hz bandwidth. JTDX FT8
decoders do use information collected from previous intervals to
decode signals in last interval.
Expand Down