Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
appcia committed Sep 1, 2015
1 parent 820cdf0 commit 8c62eda
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name">oykland</string>
<string name="app_name">oycland</string>

</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {

version = '1.0'
ext {
appName = 'oykland'
appName = 'oycland'
gdxVersion = '1.6.5'
roboVMVersion = '1.6.0'
box2DLightsVersion = '1.4'
Expand Down
2 changes: 1 addition & 1 deletion desktop/src/com/neva/oycland/desktop/DesktopLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static void main (String[] arg) {

config.width = 1280;
config.height = 800;
config.title = "Oykland";
config.title = "Oycland";
config.samples = 2;

new LwjglApplication(new OyclandGame(), config);
Expand Down
2 changes: 1 addition & 1 deletion html/webapp/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>oykland</title>
<title>oycland</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="styles.css" rel="stylesheet" type="text/css">
<script src="soundmanager2-setup.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion ios/robovm.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ app.id=com.neva.oycland.IOSLauncher
app.mainclass=com.neva.oycland.IOSLauncher
app.executable=IOSLauncher
app.build=1
app.name=oykland
app.name=oycland

0 comments on commit 8c62eda

Please sign in to comment.