Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHinTak <htl10@users.sourceforge.net>2017-08-28 00:44:09 +0300
committerGitHub <noreply@github.com>2017-08-28 00:44:09 +0300
commitf26bf882508db22fc8259618ca82fd3603a38ddc (patch)
tree2df543338830689f3df1a08322cac1566105cb30 /support
parent3b3b48dbb4cdbda44ffa2f10e74f819acb78bd96 (diff)
remove redundant duplicate word 'not'
Found a consecutive 'not' pair while searching the code for somethng else.
Diffstat (limited to 'support')
-rw-r--r--support/supportw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/supportw.c b/support/supportw.c
index 247f310c23b..b5fdae354c2 100644
--- a/support/supportw.c
+++ b/support/supportw.c
@@ -52,7 +52,7 @@ get_function (const char *name)
compare_names);
if (ptr == NULL) {
- g_warning ("Function '%s' not not found.", name);
+ g_warning ("Function '%s' not found.", name);
return NULL;
}