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