Skip to content

Commit 53908c4

Browse files
committed
CxxIssuesReportSensor: fix typo
1 parent f2d41b9 commit 53908c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cxx-sensors/src/main/java/org/sonar/cxx/sensors/utils/CxxIssuesReportSensor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private InputFile getInputFileTryRealPath(SensorContext sensorContext, String pa
145145
realPath = absolutePath.toRealPath(LinkOption.NOFOLLOW_LINKS);
146146
} catch (IOException e) {
147147
if (LOG.isDebugEnabled()) {
148-
LOG.debug("Unable to get the real path: module '{}', baseDir '{}', path '{}', excepiton '{}'",
148+
LOG.debug("Unable to get the real path: module '{}', baseDir '{}', path '{}', exception '{}'",
149149
sensorContext.module().key(), sensorContext.fileSystem().baseDir(), path, e);
150150
}
151151
return null;

0 commit comments

Comments
 (0)