Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Change-Id: If1845efac0bdf420f46a6167f9b20d8a1a7e5ed5
  • Loading branch information
mo-ki committed Oct 29, 2024
1 parent 9341a3c commit 5a72d78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agents/check_mk_agent.freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Florian Heigl <[email protected]>
# (Added sections: df mount mem netctr ipmitool)

# NOTE: This agent has beed adapted from the Checkmk linux agent.
# NOTE: This agent has been adapted from the Checkmk linux agent.
# The most sections are commented out at the moment because
# they have not been ported yet. We will try to adapt most
# sections to print out the same output as the linux agent so
Expand Down
2 changes: 1 addition & 1 deletion agents/check_mk_agent.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.

# NOTE: This agent has beed adapted from the Checkmk linux agent.
# NOTE: This agent has been adapted from the Checkmk linux agent.

inpath() {
# replace "if type [somecmd]" idiom
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/checks/checktestlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, name: str) -> None:
local_path="/not_relevant_for_test",
makedirs=store.makedirs,
),
dict, # we don't beed the special agents here.
dict, # we don't need the special agents here.
raise_errors=True,
).sane_check_info:
self._LEGACY_CHECKS[legacy_check.name] = legacy_check
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def __init__(self) -> None:
local_path="/not_relevant_for_test",
makedirs=store.makedirs,
),
dict, # we don't beed the special agents here.
dict, # we don't need the special agents here.
raise_errors=True,
)
self.check_info = {p.name: p for p in result.sane_check_info}
Expand Down

0 comments on commit 5a72d78

Please sign in to comment.