From: Denis Date: Sat, 1 Jul 2017 20:58:37 +0000 (+0700) Subject: Fix typo in the documentation X-Git-Tag: v2.7.0~5^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F5393%2Fhead;p=icinga2 Fix typo in the documentation --- diff --git a/doc/05-service-monitoring.md b/doc/05-service-monitoring.md index 3fd2cc6af..6cf8d700f 100644 --- a/doc/05-service-monitoring.md +++ b/doc/05-service-monitoring.md @@ -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).