]> git.notmuchmail.org Git - notmuch/blobdiff - contrib/go/src/notmuch/notmuch.go
Fix typos as found by codespell
[notmuch] / contrib / go / src / notmuch / notmuch.go
index 750ebb5bc1f51b4144f0d470de6f351d31cc334c..5496198aaabf5efa6f1d91c8f70f7aec6570db73 100644 (file)
@@ -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 {