From c06cf8e76c9499b86b26366fed8bd3f1773e336b Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 22 Jan 2025 11:00:05 +0100 Subject: [PATCH] Fixed small typo in an error message --- src/sinqAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinqAxis.cpp b/src/sinqAxis.cpp index a443fea..1df8cbd 100644 --- a/src/sinqAxis.cpp +++ b/src/sinqAxis.cpp @@ -335,7 +335,7 @@ asynStatus sinqAxis::setVeloFields(double velo, double vbas, double vmax) { if (velo < vbas || velo > vmax) { asynPrint(pC_->lowLevelPortUser_, ASYN_TRACE_ERROR, "%s => line %d:\nActual speed velo=%lf must be between " - "lower limit vbas=%lf and upper limit vmx=%lf.\n", + "lower limit vbas=%lf and upper limit vmax=%lf.\n", __PRETTY_FUNCTION__, __LINE__, velo, vbas, vmax); status = setStringParam(pC_->motorMessageText_,