subsurface/commands
Robert C. Helling 285fa8acbc Grammar: replaces 'indexes' by 'indices'
Grammar-nazi ran

git grep -l 'indexes' | xargs sed -i '' -e 's/indexes/indices/g'

to prevent future wincing when reading the source code.

Unfortunatly, Qt itself is infected as in
QModelIndexList QItemSelection::indexes() const

Signed-off-by: Robert C. Helling <helling@atdotde.de>
2020-03-11 08:26:30 -07:00
..
CMakeLists.txt build-system: remove pointless distinction between desktop and mobile 2020-03-10 09:25:57 -07:00
command.cpp
command.h undo infrastructure: collect the texts for the executed commands 2020-03-10 09:25:57 -07:00
command_base.cpp undo infrastructure: improve undo command texts 2020-03-10 09:25:57 -07:00
command_base.h undo infrastructure: improve undo command texts 2020-03-10 09:25:57 -07:00
command_divelist.cpp undo infrastructure: improve undo command texts 2020-03-10 09:25:57 -07:00
command_divelist.h
command_divesite.cpp
command_divesite.h
command_edit.cpp Grammar: replaces 'indexes' by 'indices' 2020-03-11 08:26:30 -07:00
command_edit.h Grammar: replaces 'indexes' by 'indices' 2020-03-11 08:26:30 -07:00
command_edit_trip.cpp
command_edit_trip.h