X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=src%2Ftrackfds.h;h=476093818a5dae4aabe2b1c1e50c7680124e18a1;hp=34f0b1d8db793fe8274b02ac52cd9df8abb38ad0;hb=a9db9083b6fd9c1bd6a09df6d64386d806488f7c;hpb=374b11a3140bcbd9a211f52ad19195f87c79d0bc diff --git a/src/trackfds.h b/src/trackfds.h index 34f0b1d..4760938 100644 --- a/src/trackfds.h +++ b/src/trackfds.h @@ -138,7 +138,7 @@ static void update_environment(void) { for (i = 0; i < tracked_fds_count; i++) { int length = snprintf(x, 10 + 1, "%d", tracked_fds[i]); if (length >= 10 + 1) { - /* Integer too bit to fit the buffer, skip it. */ + /* Integer too big to fit the buffer, skip it. */ continue; }