You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by jw...@apache.org on 2015/12/12 00:30:18 UTC

[3/7] groovy git commit: Fix typo

Fix typo


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/6917c57e
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/6917c57e
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/6917c57e

Branch: refs/heads/GROOVY_2_4_X
Commit: 6917c57ee664876ff02d743cbb834befddc462f2
Parents: 4284a39
Author: John Wagenleitner <jw...@apache.org>
Authored: Sun Dec 6 13:04:23 2015 -0800
Committer: John Wagenleitner <jw...@apache.org>
Committed: Fri Dec 11 14:39:58 2015 -0800

----------------------------------------------------------------------
 .../src/main/java/groovy/json/StreamingJsonBuilder.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/6917c57e/subprojects/groovy-json/src/main/java/groovy/json/StreamingJsonBuilder.java
----------------------------------------------------------------------
diff --git a/subprojects/groovy-json/src/main/java/groovy/json/StreamingJsonBuilder.java b/subprojects/groovy-json/src/main/java/groovy/json/StreamingJsonBuilder.java
index b5a0133..5c8e10e 100644
--- a/subprojects/groovy-json/src/main/java/groovy/json/StreamingJsonBuilder.java
+++ b/subprojects/groovy-json/src/main/java/groovy/json/StreamingJsonBuilder.java
@@ -616,7 +616,7 @@ public class StreamingJsonBuilder extends GroovyObjectSupport {
             writeObject(writer, value, callable);
         }
         /**
-         * Writes the name and another JSON boject
+         * Writes the name and another JSON object
          *
          * @param name The attribute name
          * @param value The value