Skip to content

Commit 3ce7bd9

Browse files
committed
Corrected typo (issue #329)
1 parent 48caa74 commit 3ce7bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ twinprepare(void)
13131313
*/
13141314
if (strlen(twindir) + sizeof TWINNAME + 1 >= RAWNAMESZ)
13151315
{
1316-
fprintf(stderr, "twin mode directoy path too long\n");
1316+
fprintf(stderr, "twin mode directory path too long\n");
13171317
exit(42);
13181318
}
13191319

0 commit comments

Comments
 (0)