Skip to content

Commit 18fea52

Browse files
committed
Fix typos
1 parent c09ff51 commit 18fea52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/rsp/logging.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ endif ()
135135

136136
if (NOT COMMAND "warning")
137137

138-
#! warning : Log an "warning" level message - Exceptional occurrences that are not errors.
138+
#! warning : Log a "warning" level message - Exceptional occurrences that are not errors.
139139
#
140140
# @see log()
141141
#
@@ -161,7 +161,7 @@ endif ()
161161

162162
if (NOT COMMAND "notice")
163163

164-
#! notice : Log an "notice" level message - Normal but significant events.
164+
#! notice : Log a "notice" level message - Normal but significant events.
165165
#
166166
# @see log()
167167
#

0 commit comments

Comments
 (0)