aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lllslconstants.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/lllslconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/lllslconstants.h b/linden/indra/llcommon/lllslconstants.h
index 151c7a2..372c54e 100644
--- a/linden/indra/llcommon/lllslconstants.h
+++ b/linden/indra/llcommon/lllslconstants.h
@@ -167,7 +167,7 @@ const S32 STRING_TRIM_TAIL = 0x02;
167const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; 167const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL;
168 168
169// llGetObjectDetails 169// llGetObjectDetails
170const S32 OBJECT_UNKOWN_DETAIL = -1; 170const S32 OBJECT_UNKNOWN_DETAIL = -1;
171const S32 OBJECT_NAME = 1; 171const S32 OBJECT_NAME = 1;
172const S32 OBJECT_DESC = 2; 172const S32 OBJECT_DESC = 2;
173const S32 OBJECT_POS = 3; 173const S32 OBJECT_POS = 3;