From d90cc239ae0a8b8140c463951fe97d9ad77f0073 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 29 Jun 2019 14:57:24 +0200 Subject: [PATCH] Spelling consistency --- stanza/README.md | 2 +- stanza/doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stanza/README.md b/stanza/README.md index f49686c..5fc0896 100644 --- a/stanza/README.md +++ b/stanza/README.md @@ -1,6 +1,6 @@ # XMPP Stanza -XMPP `stanza` package is used to parse, marshall and unmarshal XMPP stanzas and nonzas. +XMPP `stanza` package is used to parse, marshal and unmarshal XMPP stanzas and nonzas. ## Stanza creation diff --git a/stanza/doc.go b/stanza/doc.go index f90c88a..fee61b7 100644 --- a/stanza/doc.go +++ b/stanza/doc.go @@ -1,4 +1,4 @@ /* -XMPP stanza package is used to parse, marshall and unmarshal XMPP stanzas and nonzas. +XMPP stanza package is used to parse, marshal and unmarshal XMPP stanzas and nonzas. */ package stanza