File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ static void nr_execute_handle_autoload_composer_get_packages_information(
74
74
// It will only be set if the result of the eval is SUCCESS.
75
75
int result = -1 ;
76
76
77
- // nurunlikely because this should alredy be ensured by the caller
77
+ // nrunlikely because this should alredy be ensured by the caller
78
78
if (nrunlikely (!NRINI (vulnerability_management_package_detection_enabled ))) {
79
79
// do nothing when collecting package information for vulnerability
80
80
// management is disabled
81
81
return ;
82
82
}
83
83
84
- // nurunlikely because this should alredy be ensured by the caller
84
+ // nrunlikely because this should alredy be ensured by the caller
85
85
if (nrunlikely (!NRINI (vulnerability_management_composer_api_enabled ))) {
86
86
// do nothing when use of composer to collect package info is disabled
87
87
return ;
Original file line number Diff line number Diff line change 11
11
tlib_parallel_info_t parallel_info
12
12
= {.suggested_nthreads = -1 , .state_size = 0 };
13
13
14
- // When package detection for vulnerability management is disbled ,
14
+ // When package detection for vulnerability management is disabled ,
15
15
// txn->php_packages is not populated and package version cannot
16
16
// be obtained from php_package. This test is to ensure that
17
17
// the package supportability metric is created in case php_package
You can’t perform that action at this time.
0 commit comments