aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-24 03:54:54 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-24 03:54:54 -0400
commit28d4aacf00d6b7389dd2440060541a623ec25f1d (patch)
tree3effc115f96157947af3a6615c44aa17e7cbf2ea /client.c
parent538d22688c4ae07d8ee9b9d1ec2ebbe80adddf47 (diff)
important small things
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 6773c86..4ab7457 100644
--- a/client.c
+++ b/client.c
@@ -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;