diff --git a/examples/PACKAGES/cgdna/util/nbps.py b/examples/PACKAGES/cgdna/util/nbps.py index 16c118cf4f..6a60550750 100644 --- a/examples/PACKAGES/cgdna/util/nbps.py +++ b/examples/PACKAGES/cgdna/util/nbps.py @@ -81,7 +81,7 @@ if len(sys.argv)==3: infilename = sys.argv[1] outfilename = sys.argv[2] -print('# Calculating number of base paris from LAMMPS trajectory output') +print('# Calculating number of base pairs from LAMMPS trajectory output') # count lines to process for progress report n = 0