Skip to content
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

Fix a few typos #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions cmake/Modules/FindProcps.cmake
Expand Up @@ -72,7 +72,7 @@
#
# Because of this you don't need to clean the CMake cache to reconfigure
# procps. If you need just change PROCPS_STATIC, PROCPS_LIBRARY and
# PROCPS_INCLUDE_DIR variable. Simple running of "cmake ." should be
# PROCPS_INCLUDE_DIR variable. Simply running "cmake ." should be
# sufficient to reconfigure the project.
#
# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -260,10 +260,10 @@ function(save_files_stat linkage)
endfunction()

#
# detect_changed_files: Detect if library or headers files has been changed.
# detect_changed_files: Detect if library or headers files have been changed.
# Usage: detect_changed_files ( "STATIC" | "SHARED" )
#
# Detect if library or headers files has been changed since last
# Detect if library or headers files have been changed since last
# save_files_stat(). Sets internal variables
# PROCPS_CHANGED_{LIBRARY,INCLUDE_DIR,VERSION_STRING} to ON/OFF.
#
Expand Down Expand Up @@ -364,7 +364,7 @@ endmacro()
# fail("error message to display" ...)
#
# Fail the module and print all errors from the `errors` list as reasons
# of failure. Optional arguments are appended to the end of the `errors` list
# for failure. Optional arguments are appended to the end of the `errors` list
# before printing.
#
macro(fail)
Expand Down Expand Up @@ -791,7 +791,7 @@ endif()


# -----------------------------------------------------------------------------
# Begin outputing missing symbols and proc_t members.
# Begin outputting missing symbols and proc_t members.
# -----------------------------------------------------------------------------
# Send error and help message if required symbols and proc_t members not found.
# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -830,7 +830,7 @@ check_failed()


# -----------------------------------------------------------------------------
# Return results (code steps here only if confugiration was successfull)
# Return results (code steps here only if configuration was successful)
# -----------------------------------------------------------------------------

set(__procps_saved_OK TRUE CACHE INTERNAL "")
Expand Down