Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
964224b7
Commit
964224b7
authored
Jul 24, 2017
by
Salvatore Sanfilippo
Committed by
GitHub
Jul 24, 2017
Browse files
Merge pull request #4124 from lamby/proceding-proceeding-typo
Correct proceding -> proceeding typo.
parents
ae40e5f3
7560d347
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-check-aof.c
View file @
964224b7
...
...
@@ -194,7 +194,7 @@ int redis_check_aof_main(int argc, char **argv) {
printf
(
"RDB preamble of AOF file is not sane, aborting.
\n
"
);
exit
(
1
);
}
else
{
printf
(
"RDB preamble is OK, proceding with AOF tail...
\n
"
);
printf
(
"RDB preamble is OK, proce
e
ding with AOF tail...
\n
"
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment