mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
More spelling fixes
This commit is contained in:
parent
231645d4fc
commit
c5dca7cf2b
81 changed files with 165 additions and 167 deletions
|
|
@ -158,13 +158,13 @@ int main(int argc, char *argv[]) {
|
|||
pa_memexport_free(export_a);
|
||||
}
|
||||
|
||||
printf("vaccuuming...\n");
|
||||
printf("vacuuming...\n");
|
||||
|
||||
pa_mempool_vacuum(pool_a);
|
||||
pa_mempool_vacuum(pool_b);
|
||||
pa_mempool_vacuum(pool_c);
|
||||
|
||||
printf("vaccuuming done...\n");
|
||||
printf("vacuuming done...\n");
|
||||
|
||||
pa_mempool_free(pool_a);
|
||||
pa_mempool_free(pool_b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue