diff options
author | Andreas Beckmann <debian@abeckmann.de> | 2013-04-09 23:25:13 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2013-05-16 13:22:49 -0700 |
commit | 8a6f71f1099017d43cf28258e2f37ae03e047b88 (patch) | |
tree | 902be065c26a86eef8a211e618b845e7102356c1 | |
parent | 031b1b3c7e9e555420a48e9817abf06d26d5ebf8 (diff) |
Fix some misspellings noticed by lintian
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/gtk+-2.x/ctkmultisample.c | 2 | ||||
-rw-r--r-- | src/lscf.c | 8 | ||||
-rw-r--r-- | src/query-assign.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile b/src/Makefile index 8a2ff04..7d23fb4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -138,7 +138,7 @@ CFLAGS += -I xpm_data CFLAGS += -I gtk+-2.x CFLAGS += -I $(COMMON_UTILS_DIR) CFLAGS += -I $(OUTPUTDIR) -CFLAGS += -DPROGRAM_NAME=\"nvidia-setttings\" +CFLAGS += -DPROGRAM_NAME=\"nvidia-settings\" $(call BUILD_OBJECT_LIST,$(GTK_SRC)): CFLAGS += $(GTK_CFLAGS) diff --git a/src/gtk+-2.x/ctkmultisample.c b/src/gtk+-2.x/ctkmultisample.c index be35e9a..90a4231 100644 --- a/src/gtk+-2.x/ctkmultisample.c +++ b/src/gtk+-2.x/ctkmultisample.c @@ -123,7 +123,7 @@ static const char *__aa_override_app_help = static const char *__aa_menu_help = "The Application Antialiasing Settings Menu allows the antialiasing " -"setting of OpenGL applications to be overriden with the value of " +"setting of OpenGL applications to be overridden with the value of " "the slider."; static const char *__aa_slider_help = @@ -6,8 +6,8 @@ /* Interface to the Solaris Service Management Facility. * This facility is responsible for running programs and services - * and store their configuration informations (named properties) - * The configuration informations for the X server are managed by + * and store their configuration information (named properties) + * The configuration information for the X server are managed by * this facility. The functions in this source file use the library * libscf (Service Configuration Facility) to access and modify * the properties for the X server, more specifically the default depth. @@ -135,8 +135,8 @@ static int lscf_select(scf_handle_t *scf_handle, { scf_service_t *svc; - // Services are childrens of a scope, and - // contain configuration informations for + // Services are children of a scope, and + // contain configuration information for // the service. svc = scf_service_create(scf_handle); if (svc == NULL) { diff --git a/src/query-assign.c b/src/query-assign.c index 3ac0931..639816e 100644 --- a/src/query-assign.c +++ b/src/query-assign.c @@ -2066,7 +2066,7 @@ int nv_process_parsed_attribute(ParsedAttribute *a, CtrlHandles *h, status = NvCtrlGetAttribute(t->h, NV_CTRL_FRAMELOCK, &available); if (status != NvCtrlSuccess) { nv_error_msg("The attribute '%s' specified %s cannot be " - "%s; error querying frame lock availablity on " + "%s; error querying frame lock availability on " "%s (%s).", a->name, whence, assign ? "assigned" : "queried", t->name, NvCtrlAttributesStrError(status)); @@ -2128,7 +2128,7 @@ int nv_process_parsed_attribute(ParsedAttribute *a, CtrlHandles *h, &available); if (status != NvCtrlSuccess) { nv_error_msg("The attribute '%s' specified %s cannot be " - "%s; error querying SDI availablity on " + "%s; error querying SDI availability on " "%s (%s).", a->name, whence, assign ? "assigned" : "queried", t->name, NvCtrlAttributesStrError(status)); |