mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
[216252] canceled --> cancelled in comments
This commit is contained in:
parent
01f2b8e0da
commit
b6715f3920
3 changed files with 4 additions and 4 deletions
|
@ -148,7 +148,7 @@ public class KeyboardInteractiveDialog extends TrayDialog {
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Returns the entered values, or null
|
* Returns the entered values, or null
|
||||||
* if the user canceled.
|
* if the user cancelled.
|
||||||
*
|
*
|
||||||
* @return the entered values
|
* @return the entered values
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -278,7 +278,7 @@ class SshConnection extends Thread {
|
||||||
});
|
});
|
||||||
String[] result=finResult[0];
|
String[] result=finResult[0];
|
||||||
if (result == null)
|
if (result == null)
|
||||||
return null; // canceled
|
return null; // cancelled
|
||||||
if (result.length == 1 && prompt.length == 1 && prompt[0].trim().equalsIgnoreCase("password:")) { //$NON-NLS-1$
|
if (result.length == 1 && prompt.length == 1 && prompt[0].trim().equalsIgnoreCase("password:")) { //$NON-NLS-1$
|
||||||
fPassword = result[0];
|
fPassword = result[0];
|
||||||
}
|
}
|
||||||
|
|
|
@ -213,7 +213,7 @@ public class UserValidationDialog extends TrayDialog {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the password entered by the user, or null
|
* Returns the password entered by the user, or null
|
||||||
* if the user canceled.
|
* if the user cancelled.
|
||||||
*
|
*
|
||||||
* @return the entered password
|
* @return the entered password
|
||||||
*/
|
*/
|
||||||
|
@ -223,7 +223,7 @@ public class UserValidationDialog extends TrayDialog {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the username entered by the user, or null
|
* Returns the username entered by the user, or null
|
||||||
* if the user canceled.
|
* if the user cancelled.
|
||||||
*
|
*
|
||||||
* @return the entered username
|
* @return the entered username
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue