File: 0003-fix-typo.patch

package info (click to toggle)
libssh 0.5.4-1%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,364 kB
  • sloc: ansic: 27,753; cpp: 377; makefile: 22; sh: 22; python: 9
file content (14 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Subject: Fix typo
From: Laurent Bigonville <bigon@debian.org>

--- a/src/server.c
+++ b/src/server.c
@@ -186,7 +186,7 @@ static int dh_handshake_server(ssh_sessi
     default:
       ssh_set_error(session,
                     SSH_FATAL,
-                    "Could determine the specified hostkey");
+                    "Could not determine the specified hostkey");
       ssh_string_free(f);
       return -1;
   }