X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=contrib%2Fgo%2Fsrc%2Fnotmuch%2Fnotmuch.go;h=5496198aaabf5efa6f1d91c8f70f7aec6570db73;hb=5d510221d17862a252955d98046508bebcd14573;hp=750ebb5bc1f51b4144f0d470de6f351d31cc334c;hpb=a727e7d4d398375c4a3ba5020e2ab25b5b874785;p=notmuch 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 {