synaser - fixed typo error

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@136 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby 2011-02-03 13:04:26 +00:00
parent 08164958e5
commit 1af872c6a0

View File

@ -1,9 +1,9 @@
{==============================================================================| {==============================================================================|
| Project : Ararat Synapse | 007.005.000 | | Project : Ararat Synapse | 007.005.001 |
|==============================================================================| |==============================================================================|
| Content: Serial port support | | Content: Serial port support |
|==============================================================================| |==============================================================================|
| Copyright (c)2001-2010, Lukas Gebauer | | Copyright (c)2001-2011, Lukas Gebauer |
| All rights reserved. | | All rights reserved. |
| | | |
| Redistribution and use in source and binary forms, with or without | | Redistribution and use in source and binary forms, with or without |
@ -33,7 +33,7 @@
| DAMAGE. | | DAMAGE. |
|==============================================================================| |==============================================================================|
| The Initial Developer of the Original Code is Lukas Gebauer (Czech Republic).| | The Initial Developer of the Original Code is Lukas Gebauer (Czech Republic).|
| Portions created by Lukas Gebauer are Copyright (c)2001-2010. | | Portions created by Lukas Gebauer are Copyright (c)2001-2011. |
| All Rights Reserved. | | All Rights Reserved. |
|==============================================================================| |==============================================================================|
| Contributor(s): | | Contributor(s): |
@ -2147,7 +2147,7 @@ begin
sOK: Result := 'OK'; sOK: Result := 'OK';
ErrAlreadyOwned: Result := 'Port owned by other process';{HGJ} ErrAlreadyOwned: Result := 'Port owned by other process';{HGJ}
ErrAlreadyInUse: Result := 'Instance already in use'; {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} ErrPortNotOpen: Result := 'Instance not yet connected'; {HGJ}
ErrNoDeviceAnswer: Result := 'No device answer detected'; {HGJ} ErrNoDeviceAnswer: Result := 'No device answer detected'; {HGJ}
ErrMaxBuffer: Result := 'Maximal buffer length exceeded'; ErrMaxBuffer: Result := 'Maximal buffer length exceeded';