Fix typos
This commit is contained in:
parent
bdc53a4de2
commit
cff4cbcdae
|
@ -165,6 +165,7 @@ GetCells
|
||||||
GetCols
|
GetCols
|
||||||
GetColumnWidth
|
GetColumnWidth
|
||||||
GetCount
|
GetCount
|
||||||
|
GetCurrentContentControlPr
|
||||||
GetHidden
|
GetHidden
|
||||||
GetIndex
|
GetIndex
|
||||||
GetLeftMargin
|
GetLeftMargin
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
#### All Editors
|
#### All Editors
|
||||||
|
|
||||||
* Fix problems with AutoColor of shapes
|
* Fix problems with Auto-Color of shapes
|
||||||
* Fix problems with copy-paste images
|
* Fix problems with copy-paste images
|
||||||
|
|
||||||
#### Document Editor
|
#### Document Editor
|
||||||
|
|
||||||
* Fix bug with bookmark opening
|
* Fix bug with bookmark opening
|
||||||
* Fix bug resetting comment guid while opening
|
* Fix bug resetting comment GUID while opening
|
||||||
* Fix wrong 'undo'/'redo' state for 'comparing' mode
|
* Fix wrong 'undo'/'redo' state for 'comparing' mode
|
||||||
|
|
||||||
#### Presentation Editor
|
#### Presentation Editor
|
||||||
|
@ -21,13 +21,13 @@
|
||||||
|
|
||||||
#### Back-end
|
#### Back-end
|
||||||
|
|
||||||
* Remove `redis` as dependency for CommunityEdition
|
* Remove `redis` as dependency for Community Edition
|
||||||
(it was not used, but required to install)
|
(it was not used, but required to install)
|
||||||
* Fix logrotate command for Fedora-based Linux ([DocumentServer#902](https://github.com/ONLYOFFICE/DocumentServer/issues/902))
|
* Fix logrotate command for Fedora-based Linux ([DocumentServer#902](https://github.com/ONLYOFFICE/DocumentServer/issues/902))
|
||||||
* JWT: Fix uploading encrypted image
|
* JWT: Fix uploading encrypted image
|
||||||
* Fix problem with forced save and embedding mode (Bug #45406)
|
* Fix problem with forced save and embedding mode (Bug #45406)
|
||||||
* Fix unexpected commands in collaboration editing
|
* Fix unexpected commands in collaboration editing
|
||||||
* Fix sending Redis custom option (Commerical Version Only) ([DocuemntServer#764](https://github.com/ONLYOFFICE/DocumentServer/issues/764))
|
* Fix sending Redis custom option (Commercial Version Only) ([DocuemntServer#764](https://github.com/ONLYOFFICE/DocumentServer/issues/764))
|
||||||
|
|
||||||
#### Plugins
|
#### Plugins
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue