1
0
Fork 0

spelling: group

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:54 -04:00
commit c8d5b6e0c6
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ function groupChangeMember(gid, cid, sec_token) {
// Insert the new group member list
$("#group-update-wrapper").html(data);
// Apply the actual gropu list view mode to the new
// Apply the actual group list view mode to the new
// group list html
var activeMode = $(".group-list-switcher.active");
switchGroupViewMode(activeMode[0]);