mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
16.11.2015 92e27333473918dd53cef235c603b856fa21e976
Fix typo in comment
1 files modified
2 ■■■ changed files
opendj3-server-dev/src/server/org/opends/server/backends/jeb/JebFormat.java 2 ●●● patch | view | raw | blame | history
opendj3-server-dev/src/server/org/opends/server/backends/jeb/JebFormat.java
@@ -278,7 +278,7 @@
      return -1;
    }
    // We will walk backwords through the buffer and
    // We will walk backwards through the buffer and
    // find the first unescaped NORMALIZED_RDN_SEPARATOR
    for (int i = offset+length - 1; i >= offset; i--)
    {