Browse Source

Fixed some stuff

MissValeska 9 years ago
parent
commit
84b6ed71d5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/inet.c

+ 1
- 1
src/inet.c View File

@@ -445,7 +445,7 @@ ipraw_to_str(u_int ip[MAX_IP_INT], int family)
445 445
 }
446 446
 
447 447
 /*
448
- * inet_to_str: returns the string rapresentation of `ip'
448
+ * inet_to_str: returns the string representation of `ip'
449 449
  */
450 450
 const char *
451 451
 inet_to_str(inet_prefix ip)

Loading…
Cancel
Save