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/06 22:11:31 UTC

[3/3] 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/c8325af0
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/c8325af0
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/c8325af0

Branch: refs/heads/master
Commit: c8325af0de605353d14835c82e67d637d9ccd538
Parents: f98e620
Author: John Wagenleitner <jw...@apache.org>
Authored: Sun Dec 6 13:04:23 2015 -0800
Committer: John Wagenleitner <jw...@apache.org>
Committed: Sun Dec 6 13:05:31 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/c8325af0/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 30cacb1..058ae4a 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