From ead7008a08f9ace4591ebbc03e63fdc7ef37e502 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 10 May 2020 00:25:49 +0200 Subject: Fix spelling mistakes found by misspell https://github.com/client9/misspell --- internal/inomap/inomap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/inomap/inomap.go') diff --git a/internal/inomap/inomap.go b/internal/inomap/inomap.go index fb6faf6..64bb174 100644 --- a/internal/inomap/inomap.go +++ b/internal/inomap/inomap.go @@ -97,7 +97,7 @@ func (m *InoMap) Translate(in QIno) (out uint64) { return out } -// TranslateStat translates the inode number contained in "st" if neccessary. +// TranslateStat translates the inode number contained in "st" if necessary. // Convience wrapper around Translate(). func (m *InoMap) TranslateStat(st *syscall.Stat_t) { in := QInoFromStat(st) -- cgit v1.2.3