We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e8dff commit cac0f9fCopy full SHA for cac0f9f
server/src/main/java/org/elasticsearch/monitor/os/OsProbe.java
@@ -570,7 +570,7 @@ private String getPrettyName() throws IOException {
570
571
/**
572
* The lines from {@code /etc/os-release} or {@code /usr/lib/os-release} as a fallback, with an additional fallback to
573
- * {@code /etc/system-release}. These file represents identification of the underlying operating system. The structure of the file is
+ * {@code /etc/system-release}. These files represents identification of the underlying operating system. The structure of the file is
574
* newlines of key-value pairs of shell-compatible variable assignments.
575
*
576
* @return the lines from {@code /etc/os-release} or {@code /usr/lib/os-release} or {@code /etc/system-release}
0 commit comments