Commit 9c3050f4 authored by Claes Sjofors's avatar Claes Sjofors

Spelling fix

parent e4c14514
...@@ -277,7 +277,7 @@ int main() ...@@ -277,7 +277,7 @@ int main()
sleep( 10); sleep( 10);
} }
else { else {
fprintf( stderr, "Socket connection successfull: master socket = %d\n", m); fprintf( stderr, "Socket connection successful: master socket = %d\n", m);
for ( int i = 1;; i++) { for ( int i = 1;; i++) {
s = soap_accept( &soap); s = soap_accept( &soap);
......
...@@ -838,7 +838,7 @@ static pwr_tStatus IoRackInit ( ...@@ -838,7 +838,7 @@ static pwr_tStatus IoRackInit (
goto Exit; goto Exit;
} }
errh_Success ("Powerlink init successfull"); errh_Success ("Powerlink init successful");
return IO__SUCCESS; return IO__SUCCESS;
......
...@@ -366,7 +366,7 @@ static pwr_tStatus IoAgentInit (io_tCtx ctx, io_sAgent *ap) { ...@@ -366,7 +366,7 @@ static pwr_tStatus IoAgentInit (io_tCtx ctx, io_sAgent *ap) {
goto Exit; goto Exit;
} }
errh_Success ("Powerlink init successfull"); errh_Success ("Powerlink init successful");
return IO__SUCCESS; return IO__SUCCESS;
......
...@@ -215,11 +215,11 @@ void Wb::login_success( void *ctx) ...@@ -215,11 +215,11 @@ void Wb::login_success( void *ctx)
pwr_tStatus sts; pwr_tStatus sts;
char msg[80]; char msg[80];
printf( "-- Successfull login\n"); printf( "-- Successful login\n");
sprintf( msg, "User %s logged in", CoLogin::username()); sprintf( msg, "User %s logged in", CoLogin::username());
MsgWindow::message( 'I', msg); MsgWindow::message( 'I', msg);
/* Successfull login, start the volume selection */ /* Successful login, start the volume selection */
if ( CoLogin::privilege() & pwr_mPrv_DevRead ) if ( CoLogin::privilege() & pwr_mPrv_DevRead )
{ {
...@@ -526,7 +526,7 @@ void Wb::vsel_cancel() ...@@ -526,7 +526,7 @@ void Wb::vsel_cancel()
void Wb::login_cancel( void *ctx) void Wb::login_cancel( void *ctx)
{ {
printf( "-- Login canceled\n"); printf( "-- Login canceled\n");
/* Not successfull login, exit */ /* Not successful login, exit */
exit(LOGIN__AUTHFAIL); exit(LOGIN__AUTHFAIL);
} }
...@@ -442,7 +442,7 @@ void WFoe::activate_syntax() ...@@ -442,7 +442,7 @@ void WFoe::activate_syntax()
BEEP; BEEP;
} }
else else
message( "Syntax successfull completion"); message( "Syntax successful completion");
} }
if ( show_execorder) if ( show_execorder)
...@@ -3824,7 +3824,7 @@ int WFoe::change_mode( int new_mode) ...@@ -3824,7 +3824,7 @@ int WFoe::change_mode( int new_mode)
sts = vldh_get_wind_modification( wind, &vldh_mod); sts = vldh_get_wind_modification( wind, &vldh_mod);
if ( !info.Empty || vldh_mod) { if ( !info.Empty || vldh_mod) {
/* Assume mode change is not successfull */ /* Assume mode change is not successful */
wanted_function = VIEW; wanted_function = VIEW;
set_mode_button_state( VIEW, 0); set_mode_button_state( VIEW, 0);
set_mode_button_state( EDIT, 1); set_mode_button_state( EDIT, 1);
...@@ -3973,7 +3973,7 @@ int WFoe::change_mode( int new_mode) ...@@ -3973,7 +3973,7 @@ int WFoe::change_mode( int new_mode)
sts = vldh_get_wind_modification( wind, &vldh_mod); sts = vldh_get_wind_modification( wind, &vldh_mod);
if ( !info.Empty || vldh_mod) { if ( !info.Empty || vldh_mod) {
/* Assume mode change is not successfull */ /* Assume mode change is not successful */
wanted_function = TRACE; wanted_function = TRACE;
set_mode_button_state( TRACE, 0); set_mode_button_state( TRACE, 0);
set_mode_button_state( EDIT, 1); set_mode_button_state( EDIT, 1);
...@@ -4059,7 +4059,7 @@ int WFoe::change_mode( int new_mode) ...@@ -4059,7 +4059,7 @@ int WFoe::change_mode( int new_mode)
sts = vldh_get_wind_modification( wind, &vldh_mod); sts = vldh_get_wind_modification( wind, &vldh_mod);
if ( !info.Empty || vldh_mod) { if ( !info.Empty || vldh_mod) {
/* Assume mode change is not successfull */ /* Assume mode change is not successful */
wanted_function = SIMULATE; wanted_function = SIMULATE;
set_mode_button_state( SIMULATE, 0); set_mode_button_state( SIMULATE, 0);
set_mode_button_state( EDIT, 1); set_mode_button_state( EDIT, 1);
......
...@@ -5403,7 +5403,7 @@ static int wnav_check_func( void *client_data, ...@@ -5403,7 +5403,7 @@ static int wnav_check_func( void *client_data,
wnav->message( errorcount ? 'E' : 'W', msg); wnav->message( errorcount ? 'E' : 'W', msg);
} }
else else
wnav->message( 'I', "Successfull syntax check, no errors or warnings found"); wnav->message( 'I', "Successful syntax check, no errors or warnings found");
} }
else { else {
if ( EVEN( dcli_get_qualifier( "/NAME", namestr, sizeof(namestr)))) { if ( EVEN( dcli_get_qualifier( "/NAME", namestr, sizeof(namestr)))) {
...@@ -5429,7 +5429,7 @@ static int wnav_check_func( void *client_data, ...@@ -5429,7 +5429,7 @@ static int wnav_check_func( void *client_data,
wnav->message( errorcount ? 'E' : 'W', msg); wnav->message( errorcount ? 'E' : 'W', msg);
} }
else else
wnav->message( 'I', "Successfull syntax check, no errors or warnings found"); wnav->message( 'I', "Successful syntax check, no errors or warnings found");
} }
} }
else if ( cdh_NoCaseStrncmp( arg1_str, "BOOTFILE", strlen( arg1_str)) == 0) { else if ( cdh_NoCaseStrncmp( arg1_str, "BOOTFILE", strlen( arg1_str)) == 0) {
......
...@@ -117,7 +117,7 @@ void WPkg::activate_distribute() ...@@ -117,7 +117,7 @@ void WPkg::activate_distribute()
wpkgnav->refresh_node( itemlist[i]); wpkgnav->refresh_node( itemlist[i]);
char msg[80]; char msg[80];
sprintf( msg, "Distribution successfull to %s", ((WItemPkgNode *)itemlist[i])->nodename); sprintf( msg, "Distribution successful to %s", ((WItemPkgNode *)itemlist[i])->nodename);
message('I', msg); message('I', msg);
flush(); flush();
} }
...@@ -138,7 +138,7 @@ void WPkg::activate_distribute() ...@@ -138,7 +138,7 @@ void WPkg::activate_distribute()
wpkgnav->refresh_node( itemlist[0]); wpkgnav->refresh_node( itemlist[0]);
char msg[80]; char msg[80];
sprintf( msg, "Distribution successfull to %s", ((WItemPkgNode *)itemlist[0])->nodename); sprintf( msg, "Distribution successful to %s", ((WItemPkgNode *)itemlist[0])->nodename);
message('I', msg); message('I', msg);
reset_cursor(); reset_cursor();
} }
...@@ -146,7 +146,7 @@ void WPkg::activate_distribute() ...@@ -146,7 +146,7 @@ void WPkg::activate_distribute()
set_clock_cursor(); set_clock_cursor();
wb_pkg::copyPackage( ((WItemPkgPackage *)itemlist[0])->packagename); wb_pkg::copyPackage( ((WItemPkgPackage *)itemlist[0])->packagename);
char msg[80]; char msg[80];
sprintf( msg, "Distribution successfull of %s", ((WItemPkgPackage *)itemlist[0])->packagename); sprintf( msg, "Distribution successful of %s", ((WItemPkgPackage *)itemlist[0])->packagename);
message('I', msg); message('I', msg);
reset_cursor(); reset_cursor();
} }
......
...@@ -1032,7 +1032,7 @@ void Wtt::activate_syntax() ...@@ -1032,7 +1032,7 @@ void Wtt::activate_syntax()
message( 'W', msg); message( 'W', msg);
} }
else else
message( 'I', "Syntax check successfull"); message( 'I', "Syntax check successful");
} }
void Wtt::activate_find() void Wtt::activate_find()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment