From f5fa75f3fc446482232c847c1ddea5808bee2c25 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 01 Sep 2009 19:06:28 +0000 Subject: corrected typo Signed-off-by: Michael Krelin --- diff --git a/lib/basic_rp.cc b/lib/basic_rp.cc index 9c7113b..bc1fb7f 100644 --- a/lib/basic_rp.cc +++ b/lib/basic_rp.cc @@ -289,7 +289,7 @@ namespace opkele { if(tpi==tp.end()) throw id_res_bad_return_to(OPKELE_CP_ string("Parameter '")+rpi->first+"' from return_to is missing from the request"); if(tpi->second!=rpi->second) - throw id_res_bad_return_to(OPKELE_CP_ string("Parameter '")+rpi->first+"' from return_to doesn't matche the request"); + throw id_res_bad_return_to(OPKELE_CP_ string("Parameter '")+rpi->first+"' from return_to doesn't match the request"); } if(om.has_field("claimed_id")) { -- cgit v0.9.0.2