diff --git a/common/src/main/java/io/netty/util/internal/UnstableApi.java b/common/src/main/java/io/netty/util/internal/UnstableApi.java index 042a702f83..f8f04c4703 100644 --- a/common/src/main/java/io/netty/util/internal/UnstableApi.java +++ b/common/src/main/java/io/netty/util/internal/UnstableApi.java @@ -28,7 +28,7 @@ import java.lang.annotation.Target; * *
    *
  1. Is not needed for things located in *.internal.* packages
  2. - *
  3. Only public acessible classes/interfaces must be annotated
  4. + *
  5. Only public accessible classes/interfaces must be annotated
  6. *
  7. If this annotation is not present the API is considered stable and so no backward compatibility can be * broken in a non-major release!
  8. *