mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix spelling issues
This commit is contained in:
parent
8334867a72
commit
da87fcd6c7
3 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ static char getitem(char *input, unsigned char item, char *output)
|
|||
}
|
||||
|
||||
if (stop) {
|
||||
/* Found stop, means we have a start aswell */
|
||||
/* Found stop, means we have a start as well */
|
||||
strncpy(output, &input[start], stop - start);
|
||||
return 1;
|
||||
} else if (start) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue