From 9b9bcc268e688c0c88b1b3b8645cec040129db4f Mon Sep 17 00:00:00 2001 From: Anant Prakash Date: Tue, 26 Jun 2018 15:53:48 +0530 Subject: [PATCH] fix typo --- .../matrix-org/dendrite/federationapi/routing/devices.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go b/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go index 88a8afe03..ba8af7a9a 100644 --- a/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go +++ b/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go @@ -37,7 +37,7 @@ func GetUserDevices( if err != nil { return util.JSONResponse{ Code: http.StatusBadRequest, - JSON: jsonerror.InvalidArgumentValue("Invalid userID"), + JSON: jsonerror.InvalidArgumentValue("Invalid user ID"), } }