Skip to content

Commit

Permalink
rename typos
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmielchen committed Mar 11, 2023
1 parent 7d77af7 commit 10df7bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<configuration>
<archive>
<manifest>
<mainClass>com.velocitypackage.untiscalender.app.AppKt</mainClass>
<mainClass>com.velocitypackage.untiscalendar.app.AppKt</mainClass>
</manifest>
</archive>
<descriptorRefs>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.velocitypackage.untiscalender.app
package com.velocitypackage.untiscalendar.app

import io.ktor.http.*
import io.ktor.server.application.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.velocitypackage.untiscalender.app
package com.velocitypackage.untiscalendar.app

object Config
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.velocitypackage.untiscalender.app
package com.velocitypackage.untiscalendar.app

import org.bytedream.untis4j.Session
import org.bytedream.untis4j.responseObjects.Timetable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.velocitypackage.untiscalender.app
package com.velocitypackage.untiscalendar.app

import net.fortuna.ical4j.model.*
import net.fortuna.ical4j.model.component.VEvent
Expand Down

0 comments on commit 10df7bb

Please sign in to comment.