Fixed javadoc typo.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2044 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-12-09 04:44:33 +00:00
parent ee83234bee
commit 8ef2721d73
@@ -1,5 +1,5 @@
//
// $Id: SceneDirector.java,v 1.22 2002/11/03 01:15:36 mdb Exp $
// $Id: SceneDirector.java,v 1.23 2002/12/09 04:44:33 shaper Exp $
package com.threerings.whirled.client;
@@ -72,7 +72,7 @@ public class SceneDirector extends BasicDirector
}
/**
* Returns the dispaly scene object associated with the scene we
* Returns the display scene object associated with the scene we
* currently occupy or null if we currently occupy no scene.
*/
public DisplayScene getScene ()