From 798eb5255644efe784855855561a77b14e6f6c3d Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Sat, 27 Feb 2016 09:37:47 -0700 Subject: fix a few spelling errors --- icetime/icetime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icetime/icetime.cc') diff --git a/icetime/icetime.cc b/icetime/icetime.cc index fd7c898..69b9d9f 100644 --- a/icetime/icetime.cc +++ b/icetime/icetime.cc @@ -1886,7 +1886,7 @@ int main(int argc, char **argv) if (device_type.empty()) { device_type = "lp" + config_device; - printf("// Warning: Missing -d paramter. Assuming '%s' device.\n", device_type.c_str()); + printf("// Warning: Missing -d parameter. Assuming '%s' device.\n", device_type.c_str()); } if (device_type == "lp1k" || device_type == "hx1k") { -- cgit v1.2.3