X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net%2FFtpStatusCode.cs;h=9c84e2c0981b4aa80d26c215520d7079dd2ba65a;hb=397ba132a0ba35608c111c604f866ada5b2441e5;hp=c8d2508b4c0502ca78f44e3940ff6b7d2286d529;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;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