fixed type & increased MAX_CHAR size
[physik/nlsop.git] / nlsop.c
diff --git a/nlsop.c b/nlsop.c
index efd7f91..5470960 100644 (file)
--- a/nlsop.c
+++ b/nlsop.c
@@ -63,7 +63,7 @@ int usage(void)
  puts("-L <file> \t load from file");
  puts("-S <file> \t save to file");
  puts("-R <file> \t read from random file");
- puts("-P <file> \t specify implantatin profile file");
+ puts("-P <file> \t specify implantation profile file");
  
  return 1;
 }