In Test/System.Net:
[mono.git] / mcs / class / System / System.Net / FtpStatusCode.cs
index 601378b4e156bb5021aa391030d3c9f98517963b..9c84e2c0981b4aa80d26c215520d7079dd2ba65a 100644 (file)
@@ -36,7 +36,7 @@ namespace System.Net
        {
                Undefined = 0,
                RestartMarker = 110,
-               ServiceTemporarilyNotAvalaible = 120,
+               ServiceTemporarilyNotAvailable = 120,
                DataAlreadyOpen = 125,
                OpeningData = 150,
                CommandOK = 200,
@@ -49,16 +49,16 @@ namespace System.Net
                ClosingData = 226,
                EnteringPassive = 227,
                LoggedInProceed = 230,
-               ServerWantSecureSession = 234,
+               ServerWantsSecureSession = 234,
                FileActionOK = 250,
                PathnameCreated = 257,
                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