From ac4edf277eec80d8976b822b548afc7c79102607 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 10 Nov 2009 16:18:03 +0000 Subject: [PATCH] (trunk daemon) #2155: typo fix: honnor -> honor --- daemon/remote.c | 4 ++-- daemon/transmission-remote.1 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/daemon/remote.c b/daemon/remote.c index 45784e802..f9bf6fe6a 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -116,8 +116,8 @@ static tr_option opts[] = { 981, "no-torrent-downlimit", "Don't limit the download speed for the current torrent(s)", "TD", 0, NULL }, { 982, "torrent-uplimit", "Set the maximum upload speed for the current torrent(s) in KB/s", "tu", 1, "" }, { 983, "no-torrent-uplimit", "Don't limit the upload speed for the current torrent(s)", "TU", 0, NULL }, - { 984, "honnor-session", "Make the current torrent(s) honnor the session limits", "hl", 0, NULL }, - { 985, "no-honnor-session", "Make the current torrent(s) not honnor the session limits", "HL", 0, NULL }, + { 984, "honor-session", "Make the current torrent(s) honor the session limits", "hl", 0, NULL }, + { 985, "no-honor-session", "Make the current torrent(s) not honor the session limits", "HL", 0, NULL }, { 'u', "uplimit", "Set the maximum global upload speed in KB/s", "u", 1, "" }, { 'U', "no-uplimit", "Don't limit the global upload speed", "U", 0, NULL }, { 'v', "verify", "Verify the current torrent(s)", "v", 0, NULL }, diff --git a/daemon/transmission-remote.1 b/daemon/transmission-remote.1 index 0340debac..d9a8e6296 100644 --- a/daemon/transmission-remote.1 +++ b/daemon/transmission-remote.1 @@ -230,10 +230,10 @@ Limit the current torrent(s) upload speed to kilobytes per second. .It Fl TU Fl -no-torrent-uplimit Don't use the current torrent(s) upload limit. -.It Fl hl Fl -honnor-session -Make the current torrent(s) honnor the session limits. -.It Fl HL Fl -no-honnor-session -Make the current torrent(s) not honnor the session limits. +.It Fl hl Fl -honor-session +Make the current torrent(s) honor the session limits. +.It Fl HL Fl -no-honor-session +Make the current torrent(s) not honor the session limits. .It Fl u Fl -uplimit Ar limit Limit the global upload speed to .Ar limit