]> granicus.if.org Git - psmisc/commitdiff
misc: fix misspell-check warnings
authorSami Kerola <kerolasa@iki.fi>
Thu, 26 Jul 2012 16:38:34 +0000 (18:38 +0200)
committerCraig Small <csmall@users.sourceforge.net>
Sat, 28 Jul 2012 08:39:45 +0000 (18:39 +1000)
https://github.com/lyda/misspell-check

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
doc/peekfd.1
src/fuser.c
src/killall.c
src/lists.h

index eaaed1ec2088c0e070435c51086fe3736b80c43b..3ab6df26a982574e611ad9d8864e86a56b50b8e2 100644 (file)
@@ -46,7 +46,7 @@ The following diagnostics may be issued on stderr:
 .B 
 Error attaching to pid ...
 .RS
-An unknown error occured while attempted to attach to a process.. you may need to be root.
+An unknown error occurred while attempted to attach to a process.. you may need to be root.
 .SH BUGS
 Probably lots.  Don't be surprised if the process you are monitoring dies.
 .SH AUTHOR
index 0c6199eb71eab9ddfd5462311ddc166109089ef3..2d70b461faac138cc1729c91fd445c5212dec805 100644 (file)
@@ -1544,7 +1544,7 @@ void fill_unix_cache(struct unixsocket_list **unixsocket_head)
 }
 
 #ifdef DEBUG
-/* often not used, doesnt need translation */
+/* often not used, doesn't need translation */
 static void
 debug_match_lists(struct names *names_head, struct inode_list *ino_head,
                  struct device_list *dev_head)
index da26237ecab634724fc78f90d8d62f95af8f5acb..81455358a2cb24d56d43b465c9777bce34a2c931 100644 (file)
@@ -150,7 +150,7 @@ static double process_age(const unsigned long long jf)
 }
 
 /* returns requested time interval in seconds, 
- negative indicates error has occured  
+ negative indicates error has occurred
  */
 static long
 parse_time_units(const char* age)
index 5081e25429d21f8c2d4d37fb2bd9141c8016686b..4ca8cb723cc47934f921a3ddd759b39955af4265 100644 (file)
@@ -58,7 +58,7 @@ typedef unsigned int uint;
  *     gcc -I/usr/src/linux/include -D__KERNEL__ -x c -E -P - | \
  *     sed -rn '/void[[:blank:]]+prefetch[[:blank:]]*\(/,/^}/p'
  *
- * on the appropiate architecture (here on i686 for i586).
+ * on the appropriate architecture (here on i686 for i586).
  */
 extern inline void attribute((used,__gnu_inline__,always_inline,__artificial__)) prefetch(const void *restrict x)
 {