Skip to content

Commit

Permalink
Chore: fix small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Nov 21, 2024
1 parent 34a712e commit 017d722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public interface CollectorsConstants {
String HW_CPU_NUM_PHYSICAL_PROCESSES = "hw_cpu_number_physical_processes";
String HW_CPU_NUM_LOGICAL_PROCESSES = "hw_cpu_number_logical_processes";
String HW_CPU_NAME = "hw_cpu_name";
String HW_CPU_IDENTIFIER = "hw_cpu_identifier";
String HW_CPU_IDENTIFIER = "hw_cpu_idientifier";
String HW_CPU_MODEL = "hw_cpu_model";
String HW_CPU_ARCHITECTURE = "hw_cpu_microarchitecture";
String HW_CPU_VENDOR = "hw_cpu_vendor";
Expand Down

0 comments on commit 017d722

Please sign in to comment.