mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
More spelling fixes
This commit is contained in:
parent
231645d4fc
commit
c5dca7cf2b
81 changed files with 165 additions and 167 deletions
|
|
@ -71,7 +71,7 @@ enum {
|
|||
ARG_START
|
||||
};
|
||||
|
||||
/* Tabel for getopt_long() */
|
||||
/* Table for getopt_long() */
|
||||
static const struct option long_options[] = {
|
||||
{"help", 0, 0, ARG_HELP},
|
||||
{"version", 0, 0, ARG_VERSION},
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "daemon-conf.h"
|
||||
|
||||
/* Parese the command line and store its data in *c. Return the index
|
||||
/* Parse the command line and store its data in *c. Return the index
|
||||
* of the first unparsed argument in *d. */
|
||||
int pa_cmdline_parse(pa_daemon_conf*c, int argc, char *const argv [], int *d);
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
relocations on any libraries that are already loaded into our
|
||||
process, i.e. because the pulseaudio binary links directly to
|
||||
them. To disable lazy relocations for those libraries it is possible
|
||||
to set $LT_BIND_NOW before starting the pulsaudio binary.
|
||||
to set $LT_BIND_NOW before starting the pulseaudio binary.
|
||||
*/
|
||||
|
||||
static lt_module bind_now_open(lt_user_data d, const char *fname, lt_dladvise advise) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue