From 2dbbacefd5c32bc6e1a7228dba8aa2e9ef6cba02 Mon Sep 17 00:00:00 2001 From: "Md. Rasel Mandol" <130071257+raselmandol@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:57:56 +0530 Subject: [PATCH] simple typo Signed-off-by: Md. Rasel Mandol <130071257+raselmandol@users.noreply.github.com> --- samples/classification/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/classification/Main.cpp b/samples/classification/Main.cpp index ba9c3620f..073c1716f 100644 --- a/samples/classification/Main.cpp +++ b/samples/classification/Main.cpp @@ -198,7 +198,7 @@ int main(int argc, char *argv[]) std::string labelPath = "./engines/imagenet-classes.txt"; uint32_t batchSize = 1; - // Parse the command line paramaters to override the default parameters + // Parse the command line parameters to override the default parameters int retval = ParseArgs(argc, argv, modelPath, imagePath, labelPath, batchSize); if (retval != 0) {