X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=miscutil.c;h=831f3c5d60f2a2c51ada6c6343b5e3d719f9f66f;hp=9d1226b50aae03ecbf02dbd577def80a740ef9e7;hb=1f08d9d6f20b37b4e7fc055e4cfb20c0a01693f4;hpb=58960e5c83da04eccee05a50d066a91ac27c1a2a diff --git a/miscutil.c b/miscutil.c index 9d1226b5..831f3c5d 100644 --- a/miscutil.c +++ b/miscutil.c @@ -242,7 +242,7 @@ void write_pid_file(const char *pid_file) * * Function : hash_string * - * Description : Take a string and compute a (hopefuly) unique numeric + * Description : Take a string and compute a (hopefully) unique numeric * integer value. This is useful to "switch" a string. * * Parameters : @@ -633,7 +633,7 @@ void string_move(char *dst, char *src) * 1 : string = string to be duplicated * 2 : len = number of bytes to duplicate * - * Returns : pointer to copy, or NULL if failiure + * Returns : pointer to copy, or NULL if failure * *********************************************************************/ char *bindup(const char *string, size_t len)