fixed typos found by lintian

This commit is contained in:
Petr Hlozek 2014-01-17 20:57:52 +01:00
parent 8dd78c1b68
commit 40dd58ee89
2 changed files with 2 additions and 2 deletions

2
debian/copyright vendored
View File

@ -78,7 +78,7 @@ is distributed under the following terms:
3. You may not have any income from distributing this source
(or altered version of it) to other developers. When You
use this product in a comercial package, the source may
not be charged seperatly.
not be charged separately.
4. Altered versions must be plainly marked as such, and must
not be misrepresented as being the original software.
5. RegExp Studio application and all the visual components as

View File

@ -2108,7 +2108,7 @@ begin
sOK: Result := 'OK';
ErrAlreadyOwned: Result := 'Port owned by other process';{HGJ}
ErrAlreadyInUse: Result := 'Instance already in use'; {HGJ}
ErrWrongParameter: Result := 'Wrong paramter at call'; {HGJ}
ErrWrongParameter: Result := 'Wrong parameter at call'; {HGJ}
ErrPortNotOpen: Result := 'Instance not yet connected'; {HGJ}
ErrNoDeviceAnswer: Result := 'No device answer detected'; {HGJ}
ErrMaxBuffer: Result := 'Maximal buffer length exceeded';