]> granicus.if.org Git - icinga2/commitdiff
Fix typo in the documentation 5393/head
authorDenis <zaharden@gmail.com>
Sat, 1 Jul 2017 20:58:37 +0000 (03:58 +0700)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 20 Jul 2017 13:29:44 +0000 (15:29 +0200)
doc/05-service-monitoring.md

index 3fd2cc6afbe318526cc3dd23ff8399325a3f8e80..6cf8d700f3c4c2db1767c7602750fde06b20e08e 100644 (file)
@@ -115,7 +115,7 @@ exist.
 
 Common best practices when creating a new plugin are for example:
 
-* Choose the pragramming language wisely
+* Choose the programming language wisely
  * Scripting languages (Bash, Python, Perl, Ruby, PHP, etc.) are easier to write and setup but their check execution might take longer (invoking the script interpreter as overhead, etc.).
  * Plugins written in C/C++, Go, etc. improve check execution time but may generate an overhead with installation and packaging.
 * Use a modern VCS such as Git for developing the plugin (e.g. share your plugin on GitHub).