]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - support/signames.c
Bash-4.3 distribution sources and documentation
[thirdparty/bash.git] / support / signames.c
index abbcd1e18c385f85e1d573015d077231088d6a7e..d2978089710391625ccee4d99aa4d2e49579663e 100644 (file)
@@ -85,7 +85,7 @@ initialize_signames ()
 
   /* POSIX 1003.1b-1993 real time signals, but take care of incomplete
      implementations. Acoording to the standard, both, SIGRTMIN and
-     SIGRTMAX must be defined, SIGRTMIN must be stricly less than
+     SIGRTMAX must be defined, SIGRTMIN must be strictly less than
      SIGRTMAX, and the difference must be at least 7, that is, there
      must be at least eight distinct real time signals. */