diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-04-30 11:15:39 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-04-30 11:15:39 -0700 |
commit | 76e696ff22cdce07c44bede7a3a43ffac5c717d0 (patch) | |
tree | a42b59b64cd316bb4043e1f8496b9869683b62a4 /src/rmd_get_frames.c | |
parent | 612d85f058fea8951beede1dd34c603f0116de2e (diff) |
*: minor message string typo fixups
nothing functionally different
Diffstat (limited to 'src/rmd_get_frames.c')
-rw-r--r-- | src/rmd_get_frames.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_get_frames.c b/src/rmd_get_frames.c index af52c3f..65f086f 100644 --- a/src/rmd_get_frames.c +++ b/src/rmd_get_frames.c @@ -151,7 +151,7 @@ static int rmdFirstFrame(ProgData *pdata, Image *image) IPC_CREAT|0777); if (image->shm_info.shmid == -1) { - fprintf(stderr, "Failed to obtain Shared Memory segment!\n"); + fprintf(stderr, "Failed to obtain shared memory segment!\n"); return 12; } |