Skip to content

Commit c142f61

Browse files
mcserepCopilot
andauthored
Typo fix
Co-authored-by: Copilot <[email protected]>
1 parent 606d9b9 commit c142f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/cpp_metrics/parser/src/cppmetricsparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ bool CppMetricsParser::parse()
624624
LOG(info) << "[cppmetricsparser] Computing efferent coupling metric at module level.";
625625
efferentModuleLevel(); // This metric needs to be calculated after efferentTypeLevel
626626
LOG(info) << "[cppmetricsparser] Computing afferent coupling metric at module level.";
627-
afferentModuleLevel(); // This metric needs to be calculated after efferentTypeLevel
627+
afferentModuleLevel(); // This metric needs to be calculated after afferentTypeLevel
628628
return true;
629629
}
630630

0 commit comments

Comments
 (0)