Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a6abc216
Commit
a6abc216
authored
Jul 14, 2017
by
Chris Lamb
Committed by
antirez
Jul 24, 2017
Browse files
Correct proceding -> proceeding typo.
parent
1d901b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-check-aof.c
View file @
a6abc216
...
...
@@ -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