s7comm: fix fix spelling typo found by lintian

Change-Id: I38da03260d082aaf977f4f32e9206d07e55c1432
Reviewed-on: https://code.wireshark.org/review/18509
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-10-27 08:24:10 +02:00 committed by Anders Broman
parent 7466f3965d
commit 24895a0288
1 changed files with 1 additions and 1 deletions

View File

@ -1296,7 +1296,7 @@ static const string_string pi_service_names[] = {
{ "_N_CHKDNO", "PI-Service _N_CHKDNO (Check whether the tools have unique D numbers)" },
{ "_N_CONFIG", "PI-Service _N_CONFIG (Reconfigures machine data)" },
{ "_N_CRCEDN", "PI-Service _N_CRCEDN (Creates a cutting edge by specifying an edge no.)" },
{ "_N_DELECE", "PI-Service _N_DELECE (Deletes a cutting egde)" },
{ "_N_DELECE", "PI-Service _N_DELECE (Deletes a cutting edge)" },
{ "_N_CREACE", "PI-Service _N_CREACE (Creates a cutting edge)" },
{ "_N_CREATO", "PI-Service _N_CREATO (Creates a tool)" },
{ "_N_DELETO", "PI-Service _N_DELETO (Deletes tool)" },