mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
f706b0bc33
Thanks to USUARIONUEVO for the report Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
17 lines
478 B
Diff
17 lines
478 B
Diff
Description: Fix minor spelling error in source code
|
|
Author: Marcos Fouces <marcos.fouces@gmail.com>
|
|
---
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
|
|
|
|
--- a/remote.c
|
|
+++ b/remote.c
|
|
@@ -652,7 +652,7 @@
|
|
if (remote_command_count > 0)
|
|
{
|
|
fprintf (stderr,
|
|
- "%s: the `-id' option must preceed all `-remote' options.\n",
|
|
+ "%s: the `-id' option must precede all `-remote' options.\n",
|
|
progname);
|
|
usage ();
|
|
exit (-1);
|