aboutsummaryrefslogtreecommitdiff
path: root/contrib/go
diff options
context:
space:
mode:
authorGeorg Faerber <georg@riseup.net>2018-03-18 03:30:25 +0100
committerDavid Bremner <david@tethera.net>2018-03-24 20:09:54 -0300
commitc117306f2dfcdf705ef3433962d227d1cb39eb90 (patch)
tree0a80658e66dce1874255ef20e9354b78e8836d0f /contrib/go
parentf6430bc06d479fdf0b180231d3a3b5fb67bbb8e0 (diff)
Fix typos as found by codespell
Signed-off-by: Georg Faerber <georg@riseup.net>
Diffstat (limited to 'contrib/go')
-rw-r--r--contrib/go/src/notmuch/notmuch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/go/src/notmuch/notmuch.go b/contrib/go/src/notmuch/notmuch.go
index 750ebb5b..5496198a 100644
--- a/contrib/go/src/notmuch/notmuch.go
+++ b/contrib/go/src/notmuch/notmuch.go
@@ -597,7 +597,7 @@ func (self *Threads) MoveToNext() {
*
* It's not strictly necessary to call this function. All memory from
* the notmuch_threads_t object will be reclaimed when the
- * containg query object is destroyed.
+ * containing query object is destroyed.
*/
func (self *Threads) Destroy() {
if self.threads != nil {