From 9419807cefd415f81c9eb6f871169ba667fe3801 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 18 Feb 2020 15:58:17 +0530 Subject: Misc typo fixes Signed-off-by: Abhijeet Kasurde --- libpod/container_log_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/container_log_linux.go') diff --git a/libpod/container_log_linux.go b/libpod/container_log_linux.go index c4acc3d4f..748715ed3 100644 --- a/libpod/container_log_linux.go +++ b/libpod/container_log_linux.go @@ -40,7 +40,7 @@ func (c *Container) readFromJournal(options *logs.LogOptions, logChannel chan *l defaultTime := time.Time{} if options.Since != defaultTime { // coreos/go-systemd/sdjournal doesn't correctly handle requests for data in the future - // return nothing instead of fasely printing + // return nothing instead of falsely printing if time.Now().Before(options.Since) { return nil } -- cgit v1.2.3-54-g00ecf