Skip to content

Commit b4d8a8f

Browse files
lavaroubduranleau-nrhahuja2
authored
chore: fix spelling mistakes in comments
Co-authored-by: bduranleau-nr <[email protected]> Co-authored-by: Hitesh Ahuja <[email protected]>
1 parent cdfe1e1 commit b4d8a8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

agent/lib_composer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ static void nr_execute_handle_autoload_composer_get_packages_information(
7474
// It will only be set if the result of the eval is SUCCESS.
7575
int result = -1;
7676

77-
// nurunlikely because this should alredy be ensured by the caller
77+
// nrunlikely because this should alredy be ensured by the caller
7878
if (nrunlikely(!NRINI(vulnerability_management_package_detection_enabled))) {
7979
// do nothing when collecting package information for vulnerability
8080
// management is disabled
8181
return;
8282
}
8383

84-
// nurunlikely because this should alredy be ensured by the caller
84+
// nrunlikely because this should alredy be ensured by the caller
8585
if (nrunlikely(!NRINI(vulnerability_management_composer_api_enabled))) {
8686
// do nothing when use of composer to collect package info is disabled
8787
return;

agent/tests/test_fw_support.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
tlib_parallel_info_t parallel_info
1212
= {.suggested_nthreads = -1, .state_size = 0};
1313

14-
// When package detection for vulnerability management is disbled,
14+
// When package detection for vulnerability management is disabled,
1515
// txn->php_packages is not populated and package version cannot
1616
// be obtained from php_package. This test is to ensure that
1717
// the package supportability metric is created in case php_package

0 commit comments

Comments
 (0)