X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net%2FFtpStatusCode.cs;h=9c84e2c0981b4aa80d26c215520d7079dd2ba65a;hb=7b3d84254a4f4a48b1f3ff40b6c8fdc10f0863c8;hp=c8d2508b4c0502ca78f44e3940ff6b7d2286d529;hpb=2007998771b1c4d9e762943676d7959daaf74385;p=mono.git diff --git a/mcs/class/System/System.Net/FtpStatusCode.cs b/mcs/class/System/System.Net/FtpStatusCode.cs index c8d2508b4c0..9c84e2c0981 100644 --- a/mcs/class/System/System.Net/FtpStatusCode.cs +++ b/mcs/class/System/System.Net/FtpStatusCode.cs @@ -36,7 +36,7 @@ namespace System.Net { Undefined = 0, RestartMarker = 110, - ServiceTemporarilyNotAvalaible = 120, + ServiceTemporarilyNotAvailable = 120, DataAlreadyOpen = 125, OpeningData = 150, CommandOK = 200, @@ -55,10 +55,10 @@ namespace System.Net SendPasswordCommand = 331, NeedLoginAccount = 332, FileCommandPending = 350, - ServiceNotAvalaible = 421, + ServiceNotAvailable = 421, CantOpenData = 425, ConnectionClosed = 426, - ActionNotTakenFileUnavalaibleOrBusy = 450, + ActionNotTakenFileUnavailableOrBusy = 450, ActionAbortedLocalProcessingError = 451, ActionNotTakenInsufficientSpace = 452, CommandSyntaxError = 500, @@ -67,7 +67,7 @@ namespace System.Net BadCommandSequence = 503, NotLoggedIn = 530, AccountNeeded = 532, - ActionNotTakenFileUnavalaible = 550, + ActionNotTakenFileUnavailable = 550, ActionAbortedUnknownPageType = 551, FileActionAborted = 552, ActionNotTakenFilenameNotAllowed = 553