diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-04-05 03:05:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-04-05 03:05:51 +0200 |
commit | 6ba3333030fa44fe43e3795be8af7473113f6109 (patch) | |
tree | baf9da64166d23cfe047264eb4eb3144d1014f34 /src/pulse/client-conf.h | |
parent | 923c5bc5bfba15399649ebc50807c27765102e6e (diff) | |
parent | ca39fa2c6f9036a4c90804625842f6af38fb8008 (diff) |
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Diffstat (limited to 'src/pulse/client-conf.h')
-rw-r--r-- | src/pulse/client-conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/client-conf.h b/src/pulse/client-conf.h index 78844a12..ab97dc6a 100644 --- a/src/pulse/client-conf.h +++ b/src/pulse/client-conf.h @@ -38,7 +38,7 @@ typedef struct pa_client_conf { pa_client_conf *pa_client_conf_new(void); void pa_client_conf_free(pa_client_conf *c); -/* Load the configuration data from the speicified file, overwriting +/* Load the configuration data from the specified file, overwriting * the current settings in *c. When the filename is NULL, the * default client configuration file name is used. */ int pa_client_conf_load(pa_client_conf *c, const char *filename); |