Skip to content

Commit 35b296c

Browse files
authored
Fix typo (#160)
1 parent 94f0a43 commit 35b296c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/notification/notification.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ namespace SwayNotificationCenter {
167167
this.revealer.set_transition_duration (this.transition_time);
168168

169169
this.carousel.set_animation_duration (this.transition_time);
170-
// Changes the swipte direction depending on the notifications X position
170+
// Changes the swipe direction depending on the notifications X position
171171
switch (ConfigModel.instance.positionX) {
172172
case PositionX.LEFT:
173173
this.carousel.reorder (event_box, 0);

0 commit comments

Comments
 (0)