diff options
| author | Georg Faerber <georg@riseup.net> | 2018-03-18 03:30:25 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-03-24 20:09:54 -0300 |
| commit | c117306f2dfcdf705ef3433962d227d1cb39eb90 (patch) | |
| tree | 0a80658e66dce1874255ef20e9354b78e8836d0f /contrib/go | |
| parent | f6430bc06d479fdf0b180231d3a3b5fb67bbb8e0 (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.go | 2 |
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 { |
