Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
b1cc4bfe
Commit
b1cc4bfe
authored
Jul 14, 2017
by
Drake Arconis
Browse files
Look I can spell too!
parent
69c1449f
Changes
2
Hide whitespace changes
Inline
Side-by-side
indra/llcommon/llcrc.cpp
View file @
b1cc4bfe
...
...
@@ -50,7 +50,7 @@
/* order from highest-order term to lowest-order term. UARTs transmit */
/* characters in order from LSB to MSB. By storing the CRC this way, */
/* we hand it to the UART in the order low-byte to high-byte; the UART */
/* sends each low-bit to high
t
-bit; and the result is transmission bit */
/* sends each low-bit to high-bit; and the result is transmission bit */
/* by bit from highest- to lowest-order term without requiring any bit */
/* shuffling on our part. Reception works similarly. */
...
...
indra/newview/llvoavatarself.cpp
View file @
b1cc4bfe
...
...
@@ -3133,7 +3133,7 @@ void LLVOAvatarSelf::sendHoverHeight() const
// class responder if nothing else gets added.
// (comment from removed Responder)
LLCoreHttpUtil
::
HttpCoroutineAdapter
::
messageHttpPost
(
url
,
update
,
"Hover hight sent to sim"
,
"Hover height not sent to sim"
);
"Hover h
e
ight sent to sim"
,
"Hover height not sent to sim"
);
mLastHoverOffsetSent
=
hover_offset
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment