Skip to content

Commit 2e73405

Browse files
committed
Fix spelling error in error message, found by lintian
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
1 parent d49a086 commit 2e73405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcjoin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ int main(int argc, char *argv[])
649649
case 'p':
650650
port = atoi(optarg);
651651
if (port < 1024 && geteuid())
652-
ERROR("Must be root to use priviliged ports (< 1024)");
652+
ERROR("Must be root to use privileged ports (< 1024)");
653653
break;
654654

655655
case 'r':

0 commit comments

Comments
 (0)