Typo fix and record changes in ChangeLog

Accept a small patch from Sitaram for the DELETE/DIR string change, and
record the changes in ChangeLog.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
diff --git a/ChangeLog b/ChangeLog
index e9b8d68..db969aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-14 Konstantin Ryabitsev <mricon@kernel.org> - 0.3.5
+	* Add support for "subcmd" option for kup client, for cases where
+	  kup is used with another authZ system relying on ssh (specifically,
+	  gitolite).
+	* Small typo fixes
 2012-12-10 Konstantin Ryabitsev <mricon@kernel.org> - 0.3.4
 	* Calculate and log sha256sums of all uploaded files for forensic
 	  record-keeping.
diff --git a/kup-server b/kup-server
index a25bdb0..02dd502 100755
--- a/kup-server
+++ b/kup-server
@@ -1197,7 +1197,7 @@
 	my(@args) = @_;
 
 	if (scalar(@args) != 1) {
-		fatal("Bad DELETE command");
+		fatal("Bad DIR command");
 	}
 
 	my($dir) = @args;