Skip to content

Commit a85313f

Browse files
Fix some minor typos and capitalization errors in documentation
Corrected one instance where `CMake` was spelled as `cmake` despite the rest of the docs using the first spelling.
1 parent 235a3e1 commit a85313f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/21-development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ perfdata | Performance data related, including Graphite, Elastic, etc.
741741
db\_ido | IDO database abstraction layer.
742742
db\_ido\_mysql | IDO database driver for MySQL.
743743
db\_ido\_pgsql | IDO database driver for PgSQL.
744-
mysql\_shin | Library stub for linking against the MySQL client libraries.
744+
mysql\_shim | Library stub for linking against the MySQL client libraries.
745745
pgsql\_shim | Library stub for linking against the PgSQL client libraries.
746746

747747
#### Class Compiler <a id="development-develop-design-patterns-class-compiler"></a>
@@ -1228,7 +1228,7 @@ every second.
12281228
12291229
Avoid log messages which could irritate the user. During
12301230
implementation, developers can change log levels to better
1231-
see what's going one, but remember to change this back to `debug`
1231+
see what's going on, but remember to change this back to `debug`
12321232
or remove it entirely.
12331233

12341234

@@ -2262,7 +2262,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/icinga2
22622262

22632263
### CMake Variables <a id="development-package-builds-cmake-variables"></a>
22642264

2265-
In addition to `CMAKE_INSTALL_PREFIX` here are most of the supported Icinga-specific cmake variables.
2265+
In addition to `CMAKE_INSTALL_PREFIX` here are most of the supported Icinga-specific CMake variables.
22662266

22672267
For all variables regarding defaults paths on in CMake, see
22682268
[GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html).

0 commit comments

Comments
 (0)