diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-18 12:53:19 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-18 12:53:19 -0600 |
commit | 9ec900c3c440a8d1e25d55667c861d27a95b1297 (patch) | |
tree | e85112cbedad5d19e4ba54c7f3e3c071cbb2752c /indra/newview | |
parent | 8c39617c9ac469a8635d511142148ad5a38de836 (diff) |
Trivial typo fix
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llscripteditor.cpp | 2 | ||||
-rw-r--r-- | indra/newview/llscripteditor.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llscripteditor.cpp b/indra/newview/llscripteditor.cpp index 7067f49fba..67a43c0ef0 100644 --- a/indra/newview/llscripteditor.cpp +++ b/indra/newview/llscripteditor.cpp @@ -1,5 +1,5 @@ /** - * @file llecripteditor.cpp + * @file llscripteditor.cpp * @author Cinder Roxley * @brief Text editor widget used for viewing and editing scripts * diff --git a/indra/newview/llscripteditor.h b/indra/newview/llscripteditor.h index 1e05e337c5..a0bee36a25 100644 --- a/indra/newview/llscripteditor.h +++ b/indra/newview/llscripteditor.h @@ -1,5 +1,5 @@ /** - * @file llecripteditor.h + * @file llscripteditor.h * @author Cinder Roxley * @brief Text editor widget used for viewing and editing scripts * |