am 74ff70d2: Merge "Fix typo" into honeycomb

* commit '74ff70d2f2e90c591c58723121bc26ab44a3adcc':
  Fix typo
This commit is contained in:
Eric Laurent
2011-01-18 14:27:17 -08:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ public class AudioEffect {
*/
public static final int ERROR = -1;
/**
* Internal opreation status. Not returned by any method.
* Internal operation status. Not returned by any method.
*/
public static final int ALREADY_EXISTS = -2;
/**

View File

@@ -95,7 +95,7 @@ public class Visualizer {
*/
public static final int ERROR = -1;
/**
* Internal opreation status. Not returned by any method.
* Internal operation status. Not returned by any method.
*/
public static final int ALREADY_EXISTS = -2;
/**