diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-24 03:54:54 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-24 03:54:54 -0400 |
commit | 28d4aacf00d6b7389dd2440060541a623ec25f1d (patch) | |
tree | 3effc115f96157947af3a6615c44aa17e7cbf2ea /client.c | |
parent | 538d22688c4ae07d8ee9b9d1ec2ebbe80adddf47 (diff) |
important small things
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ int main(int argc, char *argv[]) waiting = 0; remove_timeout(sockfd); fflush(stdout); - printf("This station has shut down. Please select different station.\n"); + printf("This station has shut down. Please select a different station.\n"); printf("snowcast_control> "); fflush(stdout); continue; |