From 223e7b8114318e84a120a28bb240915934a526f0 Mon Sep 17 00:00:00 2001 From: Joseph Davies Date: Fri, 10 Mar 2023 23:40:27 -0800 Subject: [PATCH] Revert typo introduced by 5027b5a4. --- Sources/Tools/MaxComponent/plAutoUIBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Tools/MaxComponent/plAutoUIBase.h b/Sources/Tools/MaxComponent/plAutoUIBase.h index 024362f9e7..c0115262b7 100644 --- a/Sources/Tools/MaxComponent/plAutoUIBase.h +++ b/Sources/Tools/MaxComponent/plAutoUIBase.h @@ -79,7 +79,7 @@ class plAutoUIBase // // 'scriptName' is a MaxScript visible name. Here's what the help file says: // "They should begin with an alpha character, have only alphanumerics, and have no - // spaces, punctuations, etc. The convention for multi-uint16_t names is to use + // spaces, punctuations, etc. The convention for multi-word names is to use // studly-caps, eg, paintRadius." // (Note: if this is nil, one will be generated from 'name'.) //