Merge "Fix typo" into honeycomb

This commit is contained in:
Eric Laurent
2011-01-18 14:25:17 -08:00
committed by Android (Google) Code Review
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;
/**