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