This is an automated email from the ASF dual-hosted git repository.
kojiromike pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 76d918a Fix Typo
76d918a is described below
commit 76d918ab980590acb2cacc7504b86861bc26102a
Author: Michael A. Smith <[email protected]>
AuthorDate: Mon Nov 18 20:11:41 2019 -0500
Fix Typo
---
lang/java/ipc/src/main/java/org/apache/avro/ipc/Ipc.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/ipc/src/main/java/org/apache/avro/ipc/Ipc.java
b/lang/java/ipc/src/main/java/org/apache/avro/ipc/Ipc.java
index 40c429f..835d9b1 100644
--- a/lang/java/ipc/src/main/java/org/apache/avro/ipc/Ipc.java
+++ b/lang/java/ipc/src/main/java/org/apache/avro/ipc/Ipc.java
@@ -52,7 +52,7 @@ public class Ipc {
if (!warned) {
LoggerFactory.getLogger(Ipc.class)
.error("Using Ipc.createServer to create http instances is
deprecated. Create "
- + " an instace of org.apache.avro.ipc.jetty.HttpServer
directly.");
+ + " an instance of org.apache.avro.ipc.jetty.HttpServer
directly.");
warned = true;
}
try {