Jelajahi Sumber

[DOCS] Fix FileUserRolesStore class typo issue. (#64390)

Howard 5 tahun lalu
induk
melakukan
d31d7174e0

+ 1 - 1
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/file/FileUserRolesStore.java

@@ -85,7 +85,7 @@ public class FileUserRolesStore {
 
     /**
      * Internally in this class, we try to load the file, but if for some reason we can't, we're being more lenient by
-     * logging the error and skipping all enries. This is aligned with how we handle other auto-loaded files in security.
+     * logging the error and skipping all entries. This is aligned with how we handle other auto-loaded files in security.
      */
     static Map<String, String[]> parseFileLenient(Path path, Logger logger) {
         try {