Browse Source

* Correct some wrongly fixed typos

Michaël Van Canneyt 2 days ago
parent
commit
45e454f268

+ 1 - 1
packages/pasjpeg/examples/cdjpeg.pas

@@ -1,6 +1,6 @@
 Unit CdJpeg;
 
-{ OriginL : cdjpeg.h+cdjpeg.c ;  Copyright (C) 1994-1996, Thomas G. Lane.
+{ Original : cdjpeg.h+cdjpeg.c ;  Copyright (C) 1994-1996, Thomas G. Lane.
 
   This file contains common support routines used by the IJG application
   programs (cjpeg, djpeg, jpegtran).

+ 1 - 1
packages/rtl-extra/src/aros/sockets.pp

@@ -140,7 +140,7 @@ const
   EsockENOBUFS          = 55; //ESysENoBufs;
   EsockENOTCONN         = 57; //ESysENotConn;
   EsockEPROTONOSUPPORT  = 43; //ESysEProtoNoSupport;
-  EsockEWOULDBLOCK      = 35; //ESysEWouldBlock; // same as again on morphos
+  EsockEWOULDBLOCK      = 35; //ESysEWouldBlock; // same as eagain on morphos
   ESockEALREADY         = 37;
   EsockEINPROGRESS      = 36;
   EsockECONNREFUSED     = 61;

+ 1 - 1
packages/rtl-generics/src/inc/generics.dictionariesh.inc

@@ -246,7 +246,7 @@ type
     procedure UpdateItemsThreshold(ASize: SizeInt); override;
 
     procedure SetCapacity(ACapacity: SizeInt); override;
-    // bug #24283 - can't decadent from TEnumerable
+    // bug #24283 - can't descend from TEnumerable
     function DoGetEnumerator: TEnumerator<TDictionaryPair>; override;
     procedure SetMaxLoadFactor(AValue: single); override;
     function GetLoadFactor: single; override;

+ 2 - 2
packages/winunits-jedi/src/jedi.inc

@@ -351,7 +351,7 @@
   ACCEPT_LIBRARY                Compiler supports or ignores the library directive (D6+/BCB6+)
   SUPPORTS_CUSTOMVARIANTS       Compiler supports custom variants (D6+/BCB6+)
   SUPPORTS_VARARGS              Compiler supports varargs (D6+/BCB6+)
-  SUPPORTS_ENUMVALUE            Compiler supports assigning ordinaries to values of enums (D6+/BCB6+)
+  SUPPORTS_ENUMVALUE            Compiler supports assigning ordinals to values of enums (D6+/BCB6+)
   SUPPORTS_DEPRECATED_WARNINGS  Compiler supports deprecated warnings (D6+/BCB6+)
   SUPPORTS_LIBRARY_WARNINGS     Compiler supports library warnings (D6+/BCB6+)
   SUPPORTS_PLATFORM_WARNINGS    Compiler supports platform warnings (D6+/BCB6+)
@@ -387,7 +387,7 @@
   TYPEINFO_ON            Compiling in the M+ state (RTTI generation on)
   OPTIMIZATION_ON        Compiling in the O+ state (code optimization on)
   OPENSTRINGS_ON         Compiling in the P+ state (variable string parameters are openstrings)
-  OVERFLOWCHECKS_ON      Compiling in the Q+ state (overflow chasing on)
+  OVERFLOWCHECKS_ON      Compiling in the Q+ state (overflow checking on)
   RANGECHECKS_ON         Compiling in the R+ state (range checking on)
   TYPEDADDRESS_ON        Compiling in the T+ state (pointers obtained using the @ operator are typed)
   SAFEDIVIDE_ON          Compiling in the U+ state (save FDIV instruction through RTL emulation)

+ 1 - 1
packages/winunits-jedi/src/jwadhcpssdk.pas

@@ -182,7 +182,7 @@ const
   {$EXTERNALSYM DHCP_PROB_DECLINE}
   DHCP_PROB_RELEASE        = $20000003; // an addr got released
   {$EXTERNALSYM DHCP_PROB_RELEASE}
-  DHCP_PROB_NACKED         = $20000004; // a client is being naked.
+  DHCP_PROB_NACKED         = $20000004; // a client is being nacked.
   {$EXTERNALSYM DHCP_PROB_NACKED}
   DHCP_GIVE_ADDRESS_NEW    = $30000001; // give client a "new" address
   {$EXTERNALSYM DHCP_GIVE_ADDRESS_NEW}

+ 1 - 1
packages/winunits-jedi/src/jwawinsta.pas

@@ -233,7 +233,7 @@ type
     TZDayLightBias: DWORD;
     Reserved8: DWORD; // Daylight offset?
     TSInstanceID: array[0..33] of WCHAR; // sometimes windows license key(s)
-    Reserved9: DWORD;      // related to license key or instantiated?
+    Reserved9: DWORD;      // related to license key or TSinstanceID?
   end;
   PWINSTATION_CONFIGW = ^_WINSTATION_CONFIGW;
   TWinStationConfigW = _WINSTATION_CONFIGW;