From 44afdb89e35f766c5fa46a757558d6a595154e75 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 5 Sep 2015 18:27:36 -0400 Subject: [PATCH] CmdImport: Tyo --- src/commands/CmdImport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdImport.cpp b/src/commands/CmdImport.cpp index 44cdcc136..df48db9f5 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -191,7 +191,7 @@ void CmdImport::importSingleTask (json::object* obj) // We need to neglect updates from attributes with dynamic defaults // unless they have been explicitly specified on import. // - // There are three attributes with dynamic defaults, besites uuid: + // There are three attributes with dynamic defaults, besides uuid: // - modified: Ignored in any case. // - entry: Ignored if generated. // - end: Ignored if generated.