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) {