Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzSchueler committed Jun 7, 2024
1 parent b902bce commit 785309c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion migrations/2022-03-11-161050_data/up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ insert into movement (id, user_id, name, description, movement_dimension, cardio
(143, null, 'Ab Mat Sit Up', null, 'reps', false),
(144, null, 'Single Under', null, 'reps', false), -- jump rope
(145, null, 'Double Under', null, 'reps', false),
(146, null, 'Tripple Under', null, 'reps', false),
(146, null, 'Triple Under', null, 'reps', false),
(147, null, 'Rest', null, 'time', false), -- rest
(148, null, 'Power Clean & Push Press', null, 'reps', false),
(149, null, 'Cable Row', null, 'reps', false),
Expand Down
2 changes: 1 addition & 1 deletion sport-log-client/lib/helpers/route_planning_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class RoutePlanningUtils {
searchStart = index + 1;
}
} else {
// since position matching to last markedPos there is no point withing max distance to current markedPos
// since position matching to last markedPos there is no point within max distance to current markedPos
// insert markedPos and start delete window
track.insert(searchStart, markedPos);
searchStart += 1;
Expand Down
2 changes: 1 addition & 1 deletion sport-log-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cd sport-log-types && diesel database reset --locked-schema

### On Update
1. [Setup](README.md#setup-1) step 2
2. restart systemd deamon
2. restart systemd daemon

## SystemD service

Expand Down

0 comments on commit 785309c

Please sign in to comment.